From c27758a0f6c80fb87200a015713a072230389cf4 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Fri, 13 Dec 2024 20:30:06 -0800 Subject: [PATCH] quickfix: update test_api.py to match all locales enabled by default (#2241) --- backend/test/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/test/test_api.py b/backend/test/test_api.py index fbe265c9..181f7236 100644 --- a/backend/test/test_api.py +++ b/backend/test/test_api.py @@ -50,5 +50,5 @@ def test_api_settings(): "signUpUrl": "", "salesEmail": "", "supportEmail": "", - "localesEnabled": ["en", "es"], + "localesEnabled": None, }