Skip to content

Commit

Permalink
[ADD] Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edescalona committed Dec 24, 2024
1 parent b74c5d7 commit 76908bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website_recaptcha_v2_form/tests/test_controller_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ def test_recaptcha_enabled_form(self):
)
self.assertEqual(response_recaptcha_not_enable.status_code, 200)

response_recaptcha_not_enable = self.test_url_open(data={})
self.assertEqual(response_recaptcha_not_enable.status_code, 200)

@mock.patch(imp_requests)
def test_recaptcha_enabled_reset_password_login_signup(self, requests_mock):
new_test_user(self.env, login="test_user_form", password="Password!1")
Expand Down

0 comments on commit 76908bb

Please sign in to comment.