From 3f824618d25c14a35bb3d73c4fe04ead4e2a8704 Mon Sep 17 00:00:00 2001 From: Cody Baker Date: Mon, 27 May 2024 23:33:02 -0400 Subject: [PATCH] the attribute is the name of the variable? --- src/pyflask/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyflask/tests/conftest.py b/src/pyflask/tests/conftest.py index ec72c792b..fca69482c 100644 --- a/src/pyflask/tests/conftest.py +++ b/src/pyflask/tests/conftest.py @@ -12,7 +12,7 @@ def client(request): if target: return target else: - app = flask.app + app = flask.flask_app app.config.update( { "TESTING": True,