Skip to content

Commit

Permalink
Merge pull request #759 from Kit/fix-recaptcha-test
Browse files Browse the repository at this point in the history
Fix reCAPTCHA Test
  • Loading branch information
n7studios authored Jan 3, 2025
2 parents 962c924 + 04b2a77 commit cffc515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function testRestrictContentByTagWithRecaptchaEnabled(AcceptanceTester $I
[
'recaptcha_site_key' => $_ENV['CONVERTKIT_API_RECAPTCHA_SITE_KEY'],
'recaptcha_secret_key' => $_ENV['CONVERTKIT_API_RECAPTCHA_SECRET_KEY'],
'recaptcha_minimum_score' => '0.5',
'recaptcha_minimum_score' => '0.01', // Set a low score to ensure reCAPTCHA passes the subscriber.
]
);

Expand Down

0 comments on commit cffc515

Please sign in to comment.