Skip to content

Commit

Permalink
Lower score on reCAPTCHA test to ensure pass
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Jan 2, 2025
1 parent 962c924 commit 04b2a77
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 04b2a77

Please sign in to comment.