Skip to content

Commit 89bf62d

Browse files
authored
[6.18.z] contentAccessVmFixtureFix (#21407)
1 parent 8df9823 commit 89bf62d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/foreman/cli/test_contentaccess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def vm(
102102
# Force package profile upload and applicability recalculation
103103
module_rhel_contenthost.run('subscription-manager repos')
104104
module_target_sat.cli.Host.errata_recalculate({'host-id': host_id})
105-
if major == 10:
105+
if major != 10:
106106
module_rhel_contenthost.install_katello_host_tools()
107107
return module_rhel_contenthost
108108

0 commit comments

Comments
 (0)