Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-recaptcha-test' into add-for…
Browse files Browse the repository at this point in the history
…m-referrer-support
  • Loading branch information
n7studios committed Jan 2, 2025
2 parents 64424d0 + 04b2a77 commit 0fa02f3
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 0fa02f3

Please sign in to comment.