aboutsummaryrefslogtreecommitdiffstats
path: root/test_json_diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_json_diff.py')
-rw-r--r--test_json_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_json_diff.py b/test_json_diff.py
index 7fb713a..377a4cf 100644
--- a/test_json_diff.py
+++ b/test_json_diff.py
@@ -197,7 +197,7 @@ class TestMainArgsMgmt(unittest.TestCase):
save_stdout = StringIO()
sys.stdout = save_stdout
cur_loc = locale.getlocale()
- locale.setlocale(locale.LC_ALL, ("cs_CZ", "utf-8"))
+ locale.setlocale(locale.LC_ALL, "cs_CZ.utf8")
res = json_diff.main(["./test_json_diff.py",
"test/old.json", "test/new.json"])