Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshdubey-star committed Dec 19, 2023
1 parent fc4fc26 commit e54bffa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/foreman/ui/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def test_positive_verify_default_values_for_global_registration(
assert cmd['general']['organization'] == 'Default Organization'
assert cmd['general']['location'] == 'Default Location'
assert cmd['general']['capsule'] == 'Nothing to select.'
assert cmd['general']['operating_system'] == ''
assert cmd['general']['host_group'] == 'Nothing to select.'
assert cmd['general']['insecure'] is False
assert cmd['advanced']['setup_rex'] == 'Inherit from host parameter (yes)'
assert cmd['advanced']['setup_insights'] == 'Inherit from host parameter (yes)'
assert cmd['advanced']['token_life_time'] == '4'
Expand Down

0 comments on commit e54bffa

Please sign in to comment.