From 91aded41c8d459a43218e66f80cb01ae8a0d9fd1 Mon Sep 17 00:00:00 2001 From: shwsingh Date: Fri, 5 Jan 2024 09:15:02 +0530 Subject: [PATCH] Update manifest fixture in test --- tests/foreman/cli/test_registration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/foreman/cli/test_registration.py b/tests/foreman/cli/test_registration.py index 633fbf3be9f..0e84fa1e647 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, 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 result = rhel_contenthost.register( org, module_location, [module_activation_key.name], module_target_sat )