Skip to content

Commit e4371cb

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-31195: Image compression and sizing
- fixed tests
1 parent fd30091 commit e4371cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Option/Type/File/ValidatorFileTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ protected function expectedValidate()
226226
return [
227227
'type' => 'image/jpeg',
228228
'title' => 'test.jpg',
229-
'quote_path' => 'pub/media/custom_options/quote/t/e/9c198b6663f1e032365b8cfedfe7ad77.jpg',
230-
'order_path' => 'pub/media/custom_options/order/t/e/9c198b6663f1e032365b8cfedfe7ad77.jpg',
231-
'size' => '6747',
229+
'quote_path' => 'pub/media/custom_options/quote/t/e/e1d601731b4b1a84163cd0e9370a4fcb.jpg',
230+
'order_path' => 'pub/media/custom_options/order/t/e/e1d601731b4b1a84163cd0e9370a4fcb.jpg',
231+
'size' => '3300',
232232
'width' => 136,
233233
'height' => 131,
234234
];

0 commit comments

Comments
 (0)