Skip to content

Commit

Permalink
moving from module_entitlement_manifest_org to module_sca_manifest_org (
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar authored Feb 16, 2024
1 parent 57db84f commit d216a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/api/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'],
Expand Down

0 comments on commit d216a1b

Please sign in to comment.