diff --git a/core/modules/rest/src/Tests/UpdateTest.php b/core/modules/rest/src/Tests/UpdateTest.php index 149c72c..4fb84b0 100644 --- a/core/modules/rest/src/Tests/UpdateTest.php +++ b/core/modules/rest/src/Tests/UpdateTest.php @@ -292,10 +292,10 @@ public function testUpdateComment() { $this->pass('Test case 1: PATCH comment using HAL+JSON.'); $comment->setSubject('Initial subject')->save(); $read_only_fields = [ + 'status', 'name', 'created', 'changed', - 'status', 'thread', 'entity_type', 'field_name',