From e54bffa030ca72785403295e72efa79298a882db Mon Sep 17 00:00:00 2001 From: Adarsh Dubey Date: Tue, 19 Dec 2023 16:29:20 +0530 Subject: [PATCH] mend --- tests/foreman/ui/test_registration.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/foreman/ui/test_registration.py b/tests/foreman/ui/test_registration.py index 288dc066bc..1af25fe7a4 100644 --- a/tests/foreman/ui/test_registration.py +++ b/tests/foreman/ui/test_registration.py @@ -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'