Skip to content

Commit

Permalink
[ADD] Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edescalona committed Dec 23, 2024
1 parent 3c3c974 commit 7cc7019
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website_recaptcha_v2_form/tests/test_recaptcha.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def test_valid_recaptcha_v2_site_key(self):
"test-site",
msg="The website key for recaptcha is empty.",
)
recaptcha_v2_site_key = self.website.get_recaptcha_v2_site_key()
self.assertNotEqual(recaptcha_v2_site_key, "")

def test_valid_recaptcha_v2_recaptcha_v2_secret_key(self):
recaptcha_v2_secret_key = self.website.recaptcha_v2_secret_key
Expand Down

0 comments on commit 7cc7019

Please sign in to comment.