Skip to content

Commit

Permalink
[6.15.z] Update manifest fixture in registration test to resolve conf…
Browse files Browse the repository at this point in the history
  • Loading branch information
Satellite-QE authored Jan 8, 2024
1 parent f3c1c9e commit 07c961c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/api/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@pytest.mark.e2e
@pytest.mark.no_containers
def test_host_registration_end_to_end(
module_entitlement_manifest_org,
module_sca_manifest_org,
module_location,
module_activation_key,
module_target_sat,
Expand All @@ -51,7 +51,7 @@ def test_host_registration_end_to_end(
:customerscenario: true
"""
org = module_entitlement_manifest_org
org = module_sca_manifest_org
command = module_target_sat.api.RegistrationCommand(
organization=org,
activation_keys=[module_activation_key.name],
Expand Down
4 changes: 2 additions & 2 deletions tests/foreman/cli/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@pytest.mark.e2e
@pytest.mark.no_containers
def test_host_registration_end_to_end(
module_entitlement_manifest_org,
module_sca_manifest_org,
module_location,
module_activation_key,
module_target_sat,
Expand All @@ -48,7 +48,7 @@ def test_host_registration_end_to_end(
:customerscenario: true
"""
org = module_entitlement_manifest_org
org = module_sca_manifest_org
result = rhel_contenthost.register(
org, module_location, [module_activation_key.name], module_target_sat
)
Expand Down

0 comments on commit 07c961c

Please sign in to comment.