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 90bf104 commit 9423d9dCopy full SHA for 9423d9d
dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Option/Type/File/ValidatorFileTest.php
@@ -282,9 +282,9 @@ protected function expectedValidate()
282
return [
283
'type' => 'image/jpeg',
284
'title' => 'test.jpg',
285
- 'quote_path' => 'custom_options/quote/t/e/e1d601731b4b1a84163cd0e9370a4fcb.jpg',
286
- 'order_path' => 'custom_options/order/t/e/e1d601731b4b1a84163cd0e9370a4fcb.jpg',
287
- 'size' => '3300',
+ 'quote_path' => 'custom_options/quote/t/e/a071b9ffc8fda6df1652c05a4c61bf8a.jpg',
+ 'order_path' => 'custom_options/order/t/e/a071b9ffc8fda6df1652c05a4c61bf8a.jpg',
+ 'size' => '3046',
288
'width' => 136,
289
'height' => 131,
290
];
0 commit comments