Skip to content

Commit

Permalink
Show discarded return value
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky committed Feb 29, 2024
1 parent 26f976a commit 2064515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c++/perf_analyzer/genai-pa/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_arguments_output(self, arg, expected_output, capsys):

def test_arguments_model_not_provided(self):
with pytest.raises(SystemExit) as exc_info:
parser.parse_args()
_ = parser.parse_args()

# Check that the exit was unsuccessful
assert exc_info.value.code != 0

0 comments on commit 2064515

Please sign in to comment.