Skip to content

Commit

Permalink
fixup: now I'm just guessing...
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed Jun 11, 2024
1 parent 6d1791a commit 4ca2fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_tests_http1_observer.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, router_address, name=None, expect=Process.EXIT_OK, **kwargs):
kwargs.setdefault('idle_timeout', "0")
kwargs.setdefault('debug', False)

args = [os.path.join(current_dir, "vanflow_snooper.py"),
args = [sys.executable, os.path.join(current_dir, "vanflow_snooper.py"),
"-a", router_address,
"--idle-timeout", kwargs['idle_timeout']]
if kwargs['debug'] is True:
Expand Down

0 comments on commit 4ca2fa5

Please sign in to comment.