Browse Source

Fix theming manifest tests

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v21.0.0beta1
John Molakvoæ (skjnldsv) 3 years ago
parent
commit
a7c4369941
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/theming/tests/Controller/ThemingControllerTest.php

+ 1
- 1
apps/theming/tests/Controller/ThemingControllerTest.php View File

@@ -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