Skip to content

Commit

Permalink
comp audit - use global registration method (#14738)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysawant authored Apr 11, 2024
1 parent a04f4a1 commit 7735753
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/foreman/cli/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -2006,8 +2006,7 @@ def test_positive_accessible_content_status(
:CaseImportance: Critical
"""
rhel7_contenthost.install_katello_ca(target_sat)
rhel7_contenthost.register_contenthost(module_org.label, module_ak_with_synced_repo['name'])
rhel7_contenthost.register(module_org, None, module_ak_with_synced_repo['name'], target_sat)
assert rhel7_contenthost.subscribed
rhel7_contenthost.run('yum repolist')
access_log = target_sat.execute(
Expand Down

0 comments on commit 7735753

Please sign in to comment.