Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Feb 13, 2025
1 parent e65b57e commit 8ed45c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def test_positive_os_restriction_on_repos(
repo_OS = rhel_versions[-1]
# restrict repo to OS via hammer, ie 'rhel-9'
formatted = 'rhel-' + str(repo_OS)
target_sat.cli.Repository.update({'os-version': formatted, 'id': r.id})
target_sat.cli.Repository.update({'os-versions': formatted, 'id': r.id})
rhel_versions.remove(repo_OS)
# save repo_id with matching OS restrict to chost version,
# we expect this repo to remain available and enabled
Expand Down

0 comments on commit 8ed45c5

Please sign in to comment.