Skip to content

Commit

Permalink
CI: Welcome typing my old friend
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Nov 24, 2023
1 parent 9c85a73 commit c807c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/cli/get/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def test_from_ansible(
assert result.exit_code == expected_exit

if expected_exit != 0:
print(caplog.records)
assert expected_log
assert expected_log in [rec.message for rec in caplog.records][-1]
assert len(caplog.records) in {2, 3}
else:
Expand Down

0 comments on commit c807c7d

Please sign in to comment.