From d4a5223d70d30b97838c3cf5f36171937bc553c6 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Fri, 16 Feb 2024 04:32:52 -0500 Subject: [PATCH] [6.15.z] moving from module_entitlement_manifest_org to module_sca_manifest_org (#14097) --- tests/foreman/api/test_repository.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/foreman/api/test_repository.py b/tests/foreman/api/test_repository.py index 6b60caba0dd..06d93a90cfe 100644 --- a/tests/foreman/api/test_repository.py +++ b/tests/foreman/api/test_repository.py @@ -1305,7 +1305,7 @@ def test_positive_sync_repos_with_lots_files(self, target_sat): @pytest.mark.tier2 @pytest.mark.build_sanity - def test_positive_sync_rh(self, module_entitlement_manifest_org, target_sat): + def test_positive_sync_rh(self, module_sca_manifest_org, target_sat): """Sync RedHat Repository. :id: d69c44cd-753c-4a75-9fd5-a8ed963b5e04 @@ -1315,7 +1315,7 @@ def test_positive_sync_rh(self, module_entitlement_manifest_org, target_sat): """ repo_id = target_sat.api_factory.enable_rhrepo_and_fetchid( basearch='x86_64', - org_id=module_entitlement_manifest_org.id, + org_id=module_sca_manifest_org.id, product=constants.PRDS['rhel'], repo=constants.REPOS['rhst7']['name'], reposet=constants.REPOSET['rhst7'],