We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd30091 commit e4371cbCopy full SHA for e4371cb
dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Option/Type/File/ValidatorFileTest.php
@@ -226,9 +226,9 @@ protected function expectedValidate()
226
return [
227
'type' => 'image/jpeg',
228
'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',
+ 'quote_path' => 'pub/media/custom_options/quote/t/e/e1d601731b4b1a84163cd0e9370a4fcb.jpg',
+ 'order_path' => 'pub/media/custom_options/order/t/e/e1d601731b4b1a84163cd0e9370a4fcb.jpg',
+ 'size' => '3300',
232
'width' => 136,
233
'height' => 131,
234
];
0 commit comments