diff --git a/core/modules/update/tests/src/Functional/UpdateCoreTest.php b/core/modules/update/tests/src/Functional/UpdateCoreTest.php index 86e8cfd071..dd848e9c30 100644 --- a/core/modules/update/tests/src/Functional/UpdateCoreTest.php +++ b/core/modules/update/tests/src/Functional/UpdateCoreTest.php @@ -310,7 +310,7 @@ public function securityUpdateAvailabilityProvider() { $test_cases["Pre-release:$pre_release, no security update"] = [ 'site_patch_version' => $pre_release, 'expected_security_releases' => [], - 'expected_update_message_type' => $pre_release === '0.2-rc2' ? static::UPDATE_NONE : static::UPDATE_AVAILABLE, + 'expected_update_message_type' => $pre_release === '2.0-rc2' ? static::UPDATE_NONE : static::UPDATE_AVAILABLE, 'fixture' => 'sec.0.2-rc2-b', ]; }