diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonCookieTranslationsTest.php b/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonCookieTranslationsTest.php index 9d10dd58ce..d67c2cdd6e 100644 --- a/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonCookieTranslationsTest.php +++ b/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonCookieTranslationsTest.php @@ -36,9 +36,9 @@ class NodeHalJsonCookieTranslationsTest extends NodeHalJsonCookieTest { * {@inheritdoc} */ protected static $patchProtectedFieldNames = [ - 'changed', 'revision_timestamp', 'revision_uid', + 'changed', ]; /** @@ -145,7 +145,7 @@ public function testPost() { $request_options[RequestOptions::BODY] = $entity_body_with_a_translations; $request_options = NestedArray::mergeDeep($request_options, $this->getAuthenticationRequestOptions('POST')); - $url = $this->getPostUrl(); + $url = $this->getEntityResourcePostUrl(); $url->setOption('query', ['_format' => static::$format]); // 201 for well-formed request.