Skip to content

Commit 3c2d78f

Browse files
authored
Fix mime type typo
1 parent 1c553ec commit 3c2d78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Test/Unit/Model/Wysiwyg/Images/StorageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class StorageTest extends TestCase
148148
'jpg' => 'image/jpg',
149149
'jpeg' => 'image/jpeg',
150150
'png' => 'image/png',
151-
'gif' => 'image/png',
151+
'gif' => 'image/gif',
152152
];
153153

154154
/**

0 commit comments

Comments
 (0)