Skip to content

Commit

Permalink
Fix language setting (#13922)
Browse files Browse the repository at this point in the history
in foreman 3.9 (6.15.z) 'en' was changed to 'English (United States)'

(cherry picked from commit c623fca)
  • Loading branch information
dosas authored and web-flow committed Feb 6, 2024
1 parent 8b74ae8 commit 3774e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3774e19

Please sign in to comment.