Skip to content

Commit

Permalink
checkrhui: fix linter errors in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Hecko committed Oct 16, 2024
1 parent 0d044b2 commit 35dd900
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ def test_unknown_target_rhui_setup(monkeypatch, is_target_setup_known):
monkeypatch.setattr(rhsm, 'skip_rhsm', lambda: True)
monkeypatch.setattr(rhui, 'RHUI_SETUPS', known_setups)


if is_target_setup_known:
checkrhui_lib.process()
assert api.produce.called
Expand Down

0 comments on commit 35dd900

Please sign in to comment.