Skip to content

Commit

Permalink
tests: fix incorrect argument name in test_single_proc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Apr 6, 2024
1 parent ed4af8f commit 065789d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_single_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,11 @@ def test_single_extra_args_help():
@pytest.mark.forked
def test_warns_when_data_is_set():
"""Test single proc"""
# W args (!) [Process] `input_data` is given, ignore input from cli arguments
out = run_pipeline(
"single",
gets=["Process.in"],
args=["--in", "a"],
args=["--in.a", "a"],
)
assert "Process.in = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]" in out

Expand Down

0 comments on commit 065789d

Please sign in to comment.