Skip to content

Commit

Permalink
Update manifest fixture in test
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta83 committed Jan 5, 2024
1 parent 3e5de78 commit 91aded4
Showing 1 changed file with 2 additions and 2 deletions.
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,
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
result = rhel_contenthost.register(
org, module_location, [module_activation_key.name], module_target_sat
)
Expand Down

0 comments on commit 91aded4

Please sign in to comment.