Skip to content

Commit

Permalink
comp audit - use global registration method (#14738)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7735753)
  • Loading branch information
vijaysawant authored and web-flow committed Apr 11, 2024
1 parent dfb4f50 commit 315fb6c
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 @@ -1974,8 +1974,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 315fb6c

Please sign in to comment.