Skip to content

Commit

Permalink
addressing comments quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed Jun 4, 2024
1 parent 85af96c commit 39ac7a1
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 @@ -505,7 +505,7 @@ def test_post_simple_content_access_only(self, target_sat, pre_upgrade_data):
rh_content_label = pre_upgrade_data.get('rh_content_label')
custom_content_label = pre_upgrade_data.get('custom_content_label')
rhel_client = ContentHost.get_host_by_hostname(client_hostname)
enabled = rhel_client.execute("subscription-manager repos --list-enabled")
enabled = rhel_client.execute('subscription-manager repos --list-enabled')
assert rh_content_label in enabled.stdout
assert custom_content_label in enabled.stdout
sca_access = target_sat.execute(
Expand Down

0 comments on commit 39ac7a1

Please sign in to comment.