Skip to content

Commit

Permalink
Remove the sub-man status (SatelliteQE#14783)
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta83 committed Apr 17, 2024
1 parent ed69e33 commit a40665b
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 a40665b

Please sign in to comment.