Skip to content

Commit

Permalink
Tests passing locally for flask 2.0.3 and python 37
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-s committed Sep 14, 2023
1 parent 377850f commit de5a6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/consumer/storage/test_sqla.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def load_user(userid):
"/oauth_done",
)

assert len(queries) == 5
assert len(queries) == 6

# lets do it again, with Bob as the logged in user -- he gets a different token
if "_login_user" in flask.g:
Expand Down

0 comments on commit de5a6a5

Please sign in to comment.