diff --git a/tests/conftest.py b/tests/conftest.py index e8d96b87..41bc353e 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -21,8 +21,6 @@ def app() -> Flask: app = create_app() - app.config["TESTING"] = True - with app.app_context(): db.create_all() yield app