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 a3640f8 commit c82bb5eCopy full SHA for c82bb5e
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": "custom-stream",
+ "bin_path": "./custom-stream",
87
}
88
cfg |= cb_cfg_factory(**kw)
89
return cfg
0 commit comments