Skip to content

Commit 1c7c6fb

Browse files
committed
MAGETWO-90021: [Catalog] ProductAttributeMediaGalleryManagementInterface removes product from index, impossible to restore
- Change code back as there are no changes in 2.3.0 release.
1 parent 4d9fab4 commit 1c7c6fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductViewTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,7 @@ public function testQueryMediaGalleryEntryFieldsSimpleProduct()
452452
}
453453
short_description
454454
sku
455-
small_image {
456-
path
457-
}
455+
small_image
458456
small_image_label
459457
special_from_date
460458
special_price
@@ -485,7 +483,7 @@ public function testQueryMediaGalleryEntryFieldsSimpleProduct()
485483
QUERY;
486484

487485
$response = $this->graphQlQuery($query);
488-
486+
489487
/**
490488
* @var ProductRepositoryInterface $productRepository
491489
*/

0 commit comments

Comments
 (0)