From 356ff2d470e249716993b53d341fa065b6c3e945 Mon Sep 17 00:00:00 2001 From: Ladislav Vasina Date: Wed, 25 Feb 2026 09:36:34 +0100 Subject: [PATCH] flakyRegUITest --- tests/foreman/ui/test_registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/ui/test_registration.py b/tests/foreman/ui/test_registration.py index 57b11589d1d..2a7bbbfd28a 100644 --- a/tests/foreman/ui/test_registration.py +++ b/tests/foreman/ui/test_registration.py @@ -820,8 +820,8 @@ def test_registering_with_title_using_global_registration_parameter( session.location.select(module_location.name) cmd = session.host.get_register_command( { - 'general.operating_system': default_os.title, 'general.host_group': hostgroup.name, + 'general.operating_system': default_os.title, 'general.activation_keys': module_activation_key.name, 'advanced.setup_insights': 'Yes (override)', 'general.insecure': True,