Skip to content

Commit

Permalink
Fix test interference
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik committed Sep 6, 2024
1 parent 622f090 commit 4394d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/cli/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ def test_syspurpose_end_to_end(
@pytest.mark.rhel_ver_match('[^7]')
def test_negative_multi_cv_registration(
module_org,
module_activation_key,
module_ak_with_cv,
module_lce,
module_lce_library,
module_published_cv,
Expand Down Expand Up @@ -2052,7 +2052,7 @@ def test_negative_multi_cv_registration(
"""

# Register with global reg, just to get the sub-man config and certs right
result = rhel_contenthost.register(module_org, None, module_activation_key.name, target_sat)
result = rhel_contenthost.register(module_org, None, module_ak_with_cv.name, target_sat)
assert result.status == 0
assert rhel_contenthost.subscribed

Expand Down

0 comments on commit 4394d1f

Please sign in to comment.