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 committed Nov 27, 2023
1 parent f774760 commit 288aa77
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 @@ -286,12 +286,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 288aa77

Please sign in to comment.