From 04b2a773147a0bf73665756c964c31a3c93e7bb9 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Thu, 2 Jan 2025 12:49:33 +0800 Subject: [PATCH] Lower score on reCAPTCHA test to ensure pass --- .../restrict-content/general/RestrictContentTagCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ] );