Skip to content

Commit

Permalink
fixing build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed Feb 5, 2024
1 parent 405d803 commit d7f93f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/foreman/ui/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,9 +907,7 @@ def test_positive_recommended_repos(session, module_sca_manifest_org):
if 'Utils' in repo['name'] or 'Capsule' in repo['name'] or 'Maintenance' in repo['name']
]
rec_repos = [repo for repo in cap_utils_main_repos if repo.split()[4] != sat_version]
assert (
not rec_repos
), 'Utils/Capsule/Maintenance repos do not match with Satellite version'
assert not rec_repos, 'Utils/Capsule/Maintenance repos do not match with Satellite version'
rrepos_off = session.redhatrepository.read(recommended_repo='off')
assert len(rrepos_off) > len(rrepos_on)

Expand Down

0 comments on commit d7f93f6

Please sign in to comment.