Skip to content

Commit

Permalink
6.15.z Cherrypick Test_Fixes_and_SCA_enbaled_manifest (#14796)
Browse files Browse the repository at this point in the history
Remove the sub-man status (#14783)
  • Loading branch information
shweta83 authored Apr 17, 2024
1 parent 2288913 commit bb997d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/foreman/cli/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ def test_positive_force_register_twice(module_ak_with_cv, module_org, rhel_conte
assert f'The system has been registered with ID: {reg_id_new}' in str(result.stdout)
assert reg_id_new != reg_id_old
assert (
target_sat.cli.Host.info({'name': rhel_contenthost.hostname})['subscription-information'][
'uuid'
]
target_sat.cli.Host.info({'name': rhel_contenthost.hostname}, output_format='json')[
'subscription-information'
]['uuid']
== reg_id_new
)

Expand Down

0 comments on commit bb997d3

Please sign in to comment.