Skip to content

Commit

Permalink
test: [ZNO-2045] fix CI integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriiBorovenskyi committed Oct 3, 2023
1 parent a5b243b commit f0c32c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration_tests/superset_test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f0c32c9

Please sign in to comment.