From 4aa176b5649ef5c2098ac94e28689d36acd09441 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:51:31 -0500 Subject: [PATCH] [6.15.z] Fix language setting (#14000) --- tests/foreman/ui/test_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/ui/test_user.py b/tests/foreman/ui/test_user.py index a69b58250bf..72e56d8241d 100644 --- a/tests/foreman/ui/test_user.py +++ b/tests/foreman/ui/test_user.py @@ -40,7 +40,7 @@ def test_positive_end_to_end(session, target_sat, test_name, module_org, module_ password = gen_string('alpha') email = gen_email() description = gen_string('alphanumeric') - language = 'en' + language = 'English (United States)' timezone = '(GMT+00:00) UTC' role = target_sat.api.Role().create().name with session: