Removed SQLALCHEMY_ECHO from the test site.
This commit is contained in:
parent
c68786f78a
commit
fce9d04896
@ -55,7 +55,6 @@ def create_app(is_testing: bool = False) -> Flask:
|
|||||||
})
|
})
|
||||||
if is_testing:
|
if is_testing:
|
||||||
app.config["TESTING"] = True
|
app.config["TESTING"] = True
|
||||||
app.config["SQLALCHEMY_ECHO"] = True
|
|
||||||
|
|
||||||
babel_js.init_app(app)
|
babel_js.init_app(app)
|
||||||
csrf.init_app(app)
|
csrf.init_app(app)
|
||||||
|
Loading…
Reference in New Issue
Block a user