mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix capabilities test
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
5bae5bf3eb
commit
a791bdb3ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue