diff --git a/tests/src/Functional/AutomaticUpdatesTest.php b/tests/src/Functional/AutomaticUpdatesTest.php
index fb229c43c7988480a28163c6eab71e57e816727e..4b16bc6e9969be1f3b029ff0cb1d4cf83159ad0c 100644
--- a/tests/src/Functional/AutomaticUpdatesTest.php
+++ b/tests/src/Functional/AutomaticUpdatesTest.php
@@ -59,7 +59,7 @@ class AutomaticUpdatesTest extends BrowserTestBase {
 
     // Test site status report.
     $this->drupalGet(Url::fromRoute('system.status'));
-    $this->assertSession()->pageTextContains('4 urgent announcements requiring your attention:');
+    $this->assertSession()->pageTextContains('3 urgent announcements requiring your attention:');
 
     // Test cache.
     $end_point = 'http://localhost/automatic_updates/test-json-denied';