Skip to content

Commit

Permalink
change to module_sca_manifest_org
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed Feb 5, 2024
1 parent 784385a commit 405d803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/ui/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ def test_positive_delete_rhel_repo(session, module_entitlement_manifest_org, tar


@pytest.mark.tier2
def test_positive_recommended_repos(session, module_entitlement_manifest_org):
def test_positive_recommended_repos(session, module_sca_manifest_org):
"""list recommended repositories using
On/Off 'Recommended Repositories' toggle.
Expand All @@ -893,7 +893,7 @@ def test_positive_recommended_repos(session, module_entitlement_manifest_org):
:BZ: 1776108
"""
with session:
session.organization.select(module_entitlement_manifest_org.name)
session.organization.select(module_sca_manifest_org.name)
rrepos_on = session.redhatrepository.read(recommended_repo='on')
assert REPOSET['rhel7'] in [repo['name'] for repo in rrepos_on]
assert REPOSET['rhsclient7'] in [repo['name'] for repo in rrepos_on]
Expand Down

0 comments on commit 405d803

Please sign in to comment.