Skip to content

Commit

Permalink
the attribute is the name of the variable?
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed May 28, 2024
1 parent 70551f4 commit 3f82461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyflask/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def client(request):
if target:
return target
else:
app = flask.app
app = flask.flask_app
app.config.update(
{
"TESTING": True,
Expand Down

0 comments on commit 3f82461

Please sign in to comment.