Skip to content

Commit f74135b

Browse files
committed
Update tests
Signed-off-by: paulober <[email protected]>
1 parent ad70f51 commit f74135b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/unittests/config/test_cc_locale.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ def test_set_locale_arch(self):
5151
assert "%s UTF-8" % locale in contents
5252
m_subp.assert_called_with(
5353
["localectl", "set-locale", locale],
54-
update_env={
55-
"LANG": "C.UTF-8",
56-
"LANGUAGE": "C.UTF-8",
57-
"LC_ALL": "C.UTF-8",
58-
},
5954
capture=False,
6055
)
6156

0 commit comments

Comments
 (0)