Skip to content

Commit

Permalink
test_trafficgen.py : removed one ruff exemption
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Nov 25, 2023
1 parent 7483674 commit 34368fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_trafficgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_basic_cli():
assert "Usage:" in result.output
help_result = runner.invoke(cli.main, ["--help"])
assert help_result.exit_code == 0
assert "--help" in help_result.output and "Show this message and exit" in help_result.output # noqa: E501
assert "--help" in help_result.output and "Show this message and exit" in help_result.output


def test_gen_situations_cli(
Expand Down

0 comments on commit 34368fe

Please sign in to comment.