 tests/src/Functional/NodeTest.php         | 4 +---
 tests/src/Functional/ResourceTestBase.php | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/tests/src/Functional/NodeTest.php b/tests/src/Functional/NodeTest.php
index 722534f..fb611c5 100644
--- a/tests/src/Functional/NodeTest.php
+++ b/tests/src/Functional/NodeTest.php
@@ -268,9 +268,7 @@ class NodeTest extends ResourceTestBase {
         [
           'title' => 'Forbidden',
           'status' => 403,
-          // @todo Remove this line in favor of the commented line once https://www.drupal.org/project/drupal/issues/2938053 lands.
-          'detail' => "The current user is not allowed to PATCH the selected field (path).",
-          /* 'detail' => "The current user is not allowed to PATCH the selected field (path). The following permissions are required: 'create url aliases' OR 'administer url aliases'.", */
+          'detail' => "The current user is not allowed to PATCH the selected field (path). The following permissions are required: 'create url aliases' OR 'administer url aliases'.",
           'links' => [
             'info' => HttpExceptionNormalizer::getInfoUrl(403),
           ],
diff --git a/tests/src/Functional/ResourceTestBase.php b/tests/src/Functional/ResourceTestBase.php
index 60b3ecf..bb9a33a 100644
--- a/tests/src/Functional/ResourceTestBase.php
+++ b/tests/src/Functional/ResourceTestBase.php
@@ -1570,9 +1570,7 @@ abstract class ResourceTestBase extends BrowserTestBase {
           [
             'title' => 'Forbidden',
             'status' => 403,
-            // @todo Remove this line in favor of the commented line once https://www.drupal.org/project/drupal/issues/2938053 lands.
-            'detail' => "The current user is not allowed to PATCH the selected field (" . $patch_protected_field_name . ").",
-            /* 'detail' => "The current user is not allowed to PATCH the selected field (" . $patch_protected_field_name . ")." . ($reason !== NULL ? ' ' . $reason : ''), */
+            'detail' => "The current user is not allowed to PATCH the selected field (" . $patch_protected_field_name . ")." . ($reason !== NULL ? ' ' . $reason : ''),
             'links' => [
               'info' => HttpExceptionNormalizer::getInfoUrl(403),
             ],
