Skip to content

Commit

Permalink
Changed route used in test
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseCake87 committed Sep 20, 2023
1 parent bccd567 commit 65b4311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_security_login_fail_with_message(client):

def test_security_already_logged_in_pass_with_message(client):
client.get('/tests/login/bool')
response = client.get('/tests/must-be-logged-in/bool/with-flash', follow_redirects=True)
response = client.get('/tests/already-logged-in/bool/with-flash', follow_redirects=True)
assert b"message:Already logged in" in response.data


Expand Down

0 comments on commit 65b4311

Please sign in to comment.