Skip to content

Commit

Permalink
quickfix: update test_api.py to match all locales enabled by default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer authored Dec 14, 2024
1 parent 74ae3b0 commit c27758a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ def test_api_settings():
"signUpUrl": "",
"salesEmail": "",
"supportEmail": "",
"localesEnabled": ["en", "es"],
"localesEnabled": None,
}

0 comments on commit c27758a

Please sign in to comment.