Skip to content

Commit e0a00fb

Browse files
committed
MC-18699: Fixing integration test
1 parent aab079d commit e0a00fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Image/Adapter/InterfaceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ public function testValidateUploadFileExceptionDataProvider()
736736
],
737737
'image_empty' => [
738738
'fileName' => 'empty.png',
739-
'expectedErrorMsg' => 'Disallowed file type.',
739+
'expectedErrorMsg' => 'Wrong file size.',
740740
'useFixture' => true
741741
],
742742
'notanimage' => [

0 commit comments

Comments
 (0)