Skip to content

Commit

Permalink
fixing register call
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed Jun 4, 2024
1 parent 39ac7a1 commit c51fd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/upgrades/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def test_pre_simple_content_access_only(
data={'content_overrides': [{'content_label': custom_content_label, 'value': '1'}]}
)
rhel_contenthost.register(
org=org, loc=None, activation_key=activation_key.name, target=target_sat
org=org, loc=None, activation_keys=activation_key.name, target=target_sat
)
enabled = rhel_contenthost.execute('subscription-manager repos --list-enabled')
assert rh_content_label in enabled.stdout
Expand Down

0 comments on commit c51fd41

Please sign in to comment.