Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.15.z] moving from module_entitlement_manifest_org to module_sca_manifest_org #14097

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading