Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tianj7 committed Mar 5, 2024
1 parent 20ad2f5 commit 4837c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/session/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_valid_session(app):
# the username
with app.test_client() as client:
# manually set cookie for initial session
# domain is set to localhost be default
client.set_cookie(
config["SESSION_COOKIE_NAME"],
test_session_jwt,
Expand Down

0 comments on commit 4837c68

Please sign in to comment.