Skip to content

Commit 7b25cc4

Browse files
MC-18527: Merge release branch into 2.3-develop
fix integration test
1 parent eb3ead9 commit 7b25cc4

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Gallery

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Gallery/UploadTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public function uploadActionWithErrorsDataProvider(): array
185185
'name' => 'invalid_file.txt',
186186
],
187187
'expectation' => [
188-
'message' => 'Disallowed file type.',
188+
'message' => 'Disallowed File Type.',
189189
'errorcode' => 0,
190190
'tmp_media_path' => '/i/n/invalid_file.txt',
191191
],
@@ -198,7 +198,7 @@ public function uploadActionWithErrorsDataProvider(): array
198198
'current_path' => '/../../../../_files',
199199
],
200200
'expectation' => [
201-
'message' => 'Wrong file size.',
201+
'message' => 'Disallowed File Type.',
202202
'errorcode' => 0,
203203
'tmp_media_path' => '/m/a/magento_empty.jpg',
204204
],

0 commit comments

Comments
 (0)