mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
integration test
This commit is contained in:
@@ -70,6 +70,7 @@ def app() -> Iterator[SupersetApp]:
|
||||
|
||||
app.config.from_object("superset.config")
|
||||
app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite://"
|
||||
app.config["WTF_CSRF_ENABLED"] = False
|
||||
app.config["TESTING"] = True
|
||||
|
||||
# ``superset.extensions.appbuilder`` is a singleton, and won't rebuild the
|
||||
|
||||
Reference in New Issue
Block a user