Skip to content

Commit 9423d9d

Browse files
committed
Integration tests issues fix
1 parent 90bf104 commit 9423d9d

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
@@ -282,9 +282,9 @@ protected function expectedValidate()
282282
return [
283283
'type' => 'image/jpeg',
284284
'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',
285+
'quote_path' => 'custom_options/quote/t/e/a071b9ffc8fda6df1652c05a4c61bf8a.jpg',
286+
'order_path' => 'custom_options/order/t/e/a071b9ffc8fda6df1652c05a4c61bf8a.jpg',
287+
'size' => '3046',
288288
'width' => 136,
289289
'height' => 131,
290290
];

0 commit comments

Comments
 (0)