Skip to content

Commit

Permalink
Change assert
Browse files Browse the repository at this point in the history
  • Loading branch information
LadislavVasina1 committed Feb 19, 2025
1 parent 6aaa4ad commit b193fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_activationkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ def test_negative_usage_limit(
assert vm1.subscribed
result = vm2.register(module_org, None, name, target_sat)
assert not vm2.subscribed
assert len(result.stderr)
assert result.status
assert f'Max Hosts ({hosts_limit}) reached for activation key' in str(result.stderr)


Expand Down

0 comments on commit b193fae

Please sign in to comment.