Skip to content

Commit e058660

Browse files
Revert "Use a mock to send email in unit test"
This reverts commit 30551b7.
1 parent 30551b7 commit e058660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def test_deleted_user_cannot_use_tokens(client: TestClient, test_user: User, ses
432432
assert response.status_code == 303 # user is redirected to login
433433

434434

435-
def test_deleted_user_cannot_use_reset_token(client: TestClient, session: Session, test_user: User, mock_resend_send):
435+
def test_deleted_user_cannot_use_reset_token(client: TestClient, session: Session, test_user: User):
436436
"""Test that a deleted user cannot use a previously issued reset token"""
437437
# First create a reset token
438438
response = client.post(

0 commit comments

Comments
 (0)