Skip to content

Commit

Permalink
Integration tests issues fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Igloczek committed Nov 1, 2016
1 parent 90bf104 commit 9423d9d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,9 @@ protected function expectedValidate()
return [
'type' => 'image/jpeg',
'title' => 'test.jpg',
'quote_path' => 'custom_options/quote/t/e/e1d601731b4b1a84163cd0e9370a4fcb.jpg',
'order_path' => 'custom_options/order/t/e/e1d601731b4b1a84163cd0e9370a4fcb.jpg',
'size' => '3300',
'quote_path' => 'custom_options/quote/t/e/a071b9ffc8fda6df1652c05a4c61bf8a.jpg',
'order_path' => 'custom_options/order/t/e/a071b9ffc8fda6df1652c05a4c61bf8a.jpg',
'size' => '3046',
'width' => 136,
'height' => 131,
];
Expand Down

0 comments on commit 9423d9d

Please sign in to comment.