diff --git a/tests/foreman/ui/test_host.py b/tests/foreman/ui/test_host.py index 27ec9ca39cd..08ce12c02ff 100644 --- a/tests/foreman/ui/test_host.py +++ b/tests/foreman/ui/test_host.py @@ -1391,7 +1391,7 @@ def test_global_registration_with_capsule_host( session.location.select(loc_name=module_location.name) cmd = session.host.get_register_command( { - 'general.orgnization': module_org.name, + 'general.organization': module_org.name, 'general.location': module_location.name, 'general.operating_system': default_os.title, 'general.capsule': capsule_configured.hostname, diff --git a/tests/foreman/ui/test_rhcloud_insights.py b/tests/foreman/ui/test_rhcloud_insights.py index 6ba96238d21..153e2a11876 100644 --- a/tests/foreman/ui/test_rhcloud_insights.py +++ b/tests/foreman/ui/test_rhcloud_insights.py @@ -356,7 +356,7 @@ def test_insights_registration_with_capsule( cmd = session.host_new.get_register_command( { 'general.operating_system': default_os.title, - 'general.orgnization': org.name, + 'general.organization': org.name, 'general.capsule': rhcloud_capsule.hostname, 'general.activation_keys': ak.name, 'general.insecure': True,