Skip to content

Commit

Permalink
[FIX] password_security: fix test on missing partner given for new user
Browse files Browse the repository at this point in the history
  • Loading branch information
astirpe committed Jul 25, 2023
1 parent 7ed8714 commit 5dcc1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion password_security/tests/test_signup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_06_web_auth_signup_invalid_render(self):
response = self.url_open(
"/web/signup",
data={
"login": "test",
"login": "test@test.com",
"csrf_token": http.Request.csrf_token(self),
},
)
Expand Down

0 comments on commit 5dcc1e1

Please sign in to comment.