quickfix: update test_api.py to match all locales enabled by default (#2241)

This commit is contained in:
Ilya Kreymer 2024-12-13 20:30:06 -08:00 committed by GitHub
parent 74ae3b0f8d
commit c27758a0f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,5 +50,5 @@ def test_api_settings():
"signUpUrl": "",
"salesEmail": "",
"supportEmail": "",
"localesEnabled": ["en", "es"],
"localesEnabled": None,
}