From 9eca7bba0b76c1c808102da7352dfcdbc775c3d7 Mon Sep 17 00:00:00 2001
From: Lee Rowlands <lee.rowlands@previousnext.com.au>
Date: Wed, 14 Aug 2019 10:21:15 +1000
Subject: [PATCH] Issue #2952522 by Wim Leers, gabesullice, e0ipso, Berdir:
 Remove @todo that is no longer relevant

---
 core/modules/jsonapi/tests/src/Functional/MediaTest.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/modules/jsonapi/tests/src/Functional/MediaTest.php b/core/modules/jsonapi/tests/src/Functional/MediaTest.php
index 049305a2fb49..ba7e63e662c6 100644
--- a/core/modules/jsonapi/tests/src/Functional/MediaTest.php
+++ b/core/modules/jsonapi/tests/src/Functional/MediaTest.php
@@ -350,8 +350,6 @@ public function testPostIndividual() {
 
   /**
    * {@inheritdoc}
-   *
-   * @todo Determine if this override should be removed in https://www.drupal.org/project/jsonapi/issues/2952522
    */
   protected function getExpectedGetRelationshipDocumentData($relationship_field_name, EntityInterface $entity = NULL) {
     $data = parent::getExpectedGetRelationshipDocumentData($relationship_field_name, $entity);
-- 
GitLab