Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jan 31, 2024
1 parent b7f02e8 commit c2d048b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/tests/views/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_is_unique_email(self):
def test_request_password_reset__invalid_email(self):
"""
Check request password reset doesn't generate reset password URL if
email is invalid.
email is invalid but still returns a 200.
"""
viewname = self.client.reverse("request-password-reset")

Expand Down

0 comments on commit c2d048b

Please sign in to comment.