Skip to content

Commit c82bb5e

Browse files
committed
wip
1 parent a3640f8 commit c82bb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def cb_stream_cfg_factory(cb_cfg_factory):
8383
def closure(**kw):
8484
cfg = {
8585
"feed_via_stdin": True,
86-
"bin_path": "custom-stream",
86+
"bin_path": "./custom-stream",
8787
}
8888
cfg |= cb_cfg_factory(**kw)
8989
return cfg

0 commit comments

Comments
 (0)