Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 1e5bf72

Browse files
committed
Update test
1 parent 7df28b7 commit 1e5bf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def test_create_user_logout_and_log_back_in(app, client):
3131
assert '/auth/login' in res.location
3232

3333
res = client.post('/auth/login', data=dict(username='tanjiro', password='nezuko'), follow_redirects=True)
34-
assert re.search('Congratulations, you have accessed the secret content!', res.get_data(as_text=True))
34+
assert re.search('Congratulations, you have accessed the secret content with your verified account!', res.get_data(as_text=True))

0 commit comments

Comments
 (0)