Skip to content

Commit fcb612d

Browse files
xmavigrybkov
authored andcommitted
MAGETWO-57175: Cannot delete product image
1 parent 807667e commit fcb612d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Gallery/ReadHandlerTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ public function testExecute()
7070
);
7171
$this->assertEquals(
7272
$imageData['value_id'],
73-
$valueId,
74-
"Required by Magento/Catalog/view/adminhtml/templates/catalog/product/helper/gallery.phtml"
73+
$valueId
7574
);
7675
}
7776
}

0 commit comments

Comments
 (0)