Skip to content

Commit

Permalink
fix: undo superset_test_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmiran137 committed Jun 6, 2021
1 parent dbb0ae0 commit 033734d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/superset_test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@

AUTH_USER_REGISTRATION_ROLE = "alpha"
SQLALCHEMY_DATABASE_URI = "sqlite:///" + os.path.join(DATA_DIR, "unittests.db")
DEBUG = True
DEBUG = False
SUPERSET_WEBSERVER_PORT = 8081
SILENCE_FAB = False
# 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 033734d

Please sign in to comment.