Skip to content

Commit

Permalink
Update test to use sca enabled manifest (#14130)
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta83 authored Feb 20, 2024
1 parent 44ee8bf commit 735b4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/api/test_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def test_positive_epel_repositories_with_mirroring_policy(


@pytest.mark.tier4
def test_positive_sync_kickstart_repo(module_entitlement_manifest_org, target_sat):
def test_positive_sync_kickstart_repo(module_sca_manifest_org, target_sat):
"""No encoding gzip errors on kickstart repositories
sync.
Expand All @@ -165,7 +165,7 @@ def test_positive_sync_kickstart_repo(module_entitlement_manifest_org, target_sa
distro = 'rhel8_bos'
rh_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.REPOS['kickstart'][distro]['product'],
reposet=constants.REPOS['kickstart'][distro]['reposet'],
repo=constants.REPOS['kickstart'][distro]['name'],
Expand Down

0 comments on commit 735b4f5

Please sign in to comment.