Skip to content

Commit ea88043

Browse files
Update tests/php/integration/Admin/NotificationsTest.php
Co-authored-by: e271828- <e271828-@users.noreply.github.com>
1 parent 29097e0 commit ea88043

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tests/php/integration/Admin/NotificationsTest.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -184,22 +184,6 @@ public function test_get_notifications( string $setting ): void {
184184
'lightbox' => true,
185185
],
186186
],
187-
'recaptcha-paid' => [
188-
'title' => 'Migrating from reCAPTCHA?',
189-
'message' => 'Google reCAPTCHA now uses usage-based pricing. hCaptcha is a drop-in alternative without traffic-based billing surprises.',
190-
'button' => [
191-
'url' => 'https://wordpress.org/plugins/hcaptcha-for-forms-and-more/#description',
192-
'text' => 'Read more',
193-
],
194-
],
195-
'ai-abilities' => [
196-
'title' => 'AI-ready security actions',
197-
'message' => 'Selected hCaptcha features are now available via the WordPress Abilities API for automation and AI-driven threat response. WordPress 6.9 is required.',
198-
'button' => [
199-
'url' => 'https://wordpress.org/plugins/hcaptcha-for-forms-and-more/#how%20do%20i%20use%20the%20new%20ai%20/%20abilities%20features%3F',
200-
'text' => 'Read documentation',
201-
],
202-
],
203187
];
204188

205189
switch ( $setting ) {

0 commit comments

Comments
 (0)