diff --git a/tests/integration_tests/superset_test_config.py b/tests/integration_tests/superset_test_config.py index bcc3146083bf7..a7e1fe87a093a 100644 --- a/tests/integration_tests/superset_test_config.py +++ b/tests/integration_tests/superset_test_config.py @@ -38,6 +38,8 @@ DEBUG = False SUPERSET_WEBSERVER_PORT = 8081 SILENCE_FAB = False +BABEL_DEFAULT_LOCALE = "en" + # Allowing SQLALCHEMY_DATABASE_URI and SQLALCHEMY_EXAMPLES_URI to be defined as an env vars for # continuous integration if "SUPERSET__SQLALCHEMY_DATABASE_URI" in os.environ: