Skip to content

Commit

Permalink
Ignore client reconnection attempt output
Browse files Browse the repository at this point in the history
  • Loading branch information
dansondergaard committed Jul 31, 2023
1 parent 7ffc361 commit 031d674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/test_cancel.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_cancel_no_targets_specified_should_ask_for_confirmation_and_cancel_all_
cli_runner, local_backend, long_running_workflow
):
result = cli_runner.invoke(main, ["cancel"], input="y")
lines = result.output.strip().split("\n")
lines = result.stdout.strip().split("\n")
assert len(lines) == 3
assert "Cancelling target Target1" in lines
assert "Cancelling target Target2" in lines
Expand Down

0 comments on commit 031d674

Please sign in to comment.