Skip to content

Commit a7fbf5b

Browse files
committed
MAGETWO-54184: Url rewrite do not use store view dependent data for product
1 parent 4c02e09 commit a7fbf5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductAttributeMediaGalleryManagementInterfaceTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@ public function testUpdateWithNotDefaultStoreId()
275275

276276
$targetProduct = $this->getTargetSimpleProduct();
277277
$this->assertEquals('/m/a/magento_image.jpg', $targetProduct->getData('thumbnail'));
278-
$this->assertNull($targetProduct->getData('image'));
279-
$this->assertNull($targetProduct->getData('small_image'));
280278
$mediaGallery = $targetProduct->getData('media_gallery');
281279
$this->assertCount(1, $mediaGallery['images']);
282280
$updatedImage = array_shift($mediaGallery['images']);

0 commit comments

Comments
 (0)