Skip to content

Commit

Permalink
[FIX] Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edescalona committed Dec 6, 2024
1 parent c5f851d commit 74618c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website_recaptcha_v2_form/tests/test_controller_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ def test_recaptcha_enabled_reset_password_login_signup(self):
response_reset = self.test_url_open(url="/web/reset_password", data=data)
self.assertEqual(response_reset.status_code, 200)

response_signup = self.test_url_open(url="/web/signup", data=data)
self.assertEqual(response_signup.status_code, 200)

data.update(
{
"login": "test_user",
Expand Down

0 comments on commit 74618c9

Please sign in to comment.