diff --git a/tests/acceptance/restrict-content/general/RestrictContentTagCest.php b/tests/acceptance/restrict-content/general/RestrictContentTagCest.php index 8e3379e8..2fc6c64e 100644 --- a/tests/acceptance/restrict-content/general/RestrictContentTagCest.php +++ b/tests/acceptance/restrict-content/general/RestrictContentTagCest.php @@ -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. ] );