Skip to content

Commit 01e72df

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-2847: Favicon upload fails to validate .ico files
1 parent fef0dfb commit 01e72df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Theme/Controller/Adminhtml/System/Design/ThemeControllerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ public function testUploadFaviconAction()
6363
$output = $this->getResponse()->getBody();
6464
if (!in_array('imagick', get_loaded_extensions()) || $this->imageAdapter == 'GD2') {
6565
$this->assertStringContainsString(
66-
'{"error":"File validation failed."',
66+
'{"error":"File validation failed
67+
Check Image Processing Settings in the Store Configuration."',
6768
$output
6869
);
6970
} else {

0 commit comments

Comments
 (0)