Skip to content

Commit

Permalink
updating to satellite 6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 authored and jyejare committed Jan 2, 2024
1 parent 5f8c496 commit 658c766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/cli/test_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,12 @@ def test_positive_prepare_for_sca_only_hammer(function_org, target_sat):
org_results = target_sat.execute(
f'hammer organization update --id {function_org.id} --simple-content-access false'
)
assert 'Simple Content Access will be required for all organizations in Katello 4.12' in str(
assert 'Simple Content Access will be required for all organizations in Satellite 6.16' in str(
org_results.stderr
)
sca_results = target_sat.execute(
f'hammer simple-content-access disable --organization-id {function_org.id}'
)
assert 'Simple Content Access will be required for all organizations in Katello 4.12' in str(
assert 'Simple Content Access will be required for all organizations in Satellite 6.16' in str(
sca_results.stderr
)

0 comments on commit 658c766

Please sign in to comment.