We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1728224 commit a3640f8Copy full SHA for a3640f8
test/tests/conftest.py
@@ -83,7 +83,7 @@ def cb_stream_cfg_factory(cb_cfg_factory):
83
def closure(**kw):
84
cfg = {
85
"feed_via_stdin": True,
86
- "bin_path": "test/custom-stream",
+ "bin_path": "custom-stream",
87
}
88
cfg |= cb_cfg_factory(**kw)
89
return cfg
0 commit comments