Skip to content

Commit

Permalink
SAT-23362-test_positive_delete_rhel_repo(6.16)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysawant committed Apr 8, 2024
1 parent f1799c9 commit f31f2e6
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 @@ -831,7 +831,7 @@ def test_positive_delete_random_docker_repo(session, module_org, module_target_s


@pytest.mark.tier2
def test_positive_delete_rhel_repo(session, module_entitlement_manifest_org, target_sat):
def test_positive_delete_rhel_repo(session, module_sca_manifest_org, target_sat):
"""Enable and sync a Red Hat Repository, and then delete it
:id: e96f369d-3e58-4824-802e-0b7e99d6d207
Expand All @@ -847,7 +847,7 @@ def test_positive_delete_rhel_repo(session, module_entitlement_manifest_org, tar
repository_name = sat_tools_repo.data['repository']
product_name = sat_tools_repo.data['product']
with session:
session.organization.select(module_entitlement_manifest_org.name)
session.organization.select(module_sca_manifest_org.name)
session.redhatrepository.enable(
sat_tools_repo.data['repository-set'],
sat_tools_repo.data['arch'],
Expand Down

0 comments on commit f31f2e6

Please sign in to comment.