diff --git a/tests/foreman/api/test_registration.py b/tests/foreman/api/test_registration.py index 50f5e0c0b09..d0aa45cf7eb 100644 --- a/tests/foreman/api/test_registration.py +++ b/tests/foreman/api/test_registration.py @@ -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, @@ -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], diff --git a/tests/foreman/cli/test_registration.py b/tests/foreman/cli/test_registration.py index 633fbf3be9f..38623e1e7d5 100644 --- a/tests/foreman/cli/test_registration.py +++ b/tests/foreman/cli/test_registration.py @@ -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, @@ -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 )