Merge pull request #23581 from nextcloud/fix/theming-tests

Fix theming manifest tests
pull/23004/head
Morris Jobke 5 years ago committed by GitHub
commit 8676882bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/theming/tests/Controller/ThemingControllerTest.php

@ -817,7 +817,7 @@ class ThemingControllerTest extends TestCase {
[
'src' => 'touchicon?v=0',
'type' => 'image/png',
'sizes' => '128x128'
'sizes' => '512x512'
],
[
'src' => 'favicon?v=0',

Loading…
Cancel
Save