Fix capabilities test

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/10924/head
Julius Härtl 7 years ago
parent 5bae5bf3eb
commit a791bdb3ab
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 2
      apps/theming/tests/CapabilitiesTest.php

@ -74,7 +74,7 @@ class CapabilitiesTest extends TestCase {
'slogan' => 'slogan',
'color' => '#FFFFFF',
'color-text' => '#000000',
'color-element' => '#555555',
'color-element' => '#dddddd',
'logo' => 'http://absolute/logo',
'background' => 'http://absolute/background',
'background-plain' => false,

Loading…
Cancel
Save