Skip to content

Commit 7bdaea4

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-2847: Favicon upload fails to validate .ico files
1 parent 1cd52dc commit 7bdaea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ 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.\n
6767
Check Image Processing Settings in the Store Configuration."',
6868
$output
6969
);

0 commit comments

Comments
 (0)