diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-08-30 14:45:06 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-08-30 14:45:06 +0200 |
commit | a791bdb3abed1fe2ab1e705ede04fdb644e2d98b (patch) | |
tree | 2f27a67d3a55bae5283356a17cfd830ea80ec47d /apps/theming/tests | |
parent | 5bae5bf3ebd6001a8ddbf988714e6bf90d48d692 (diff) | |
download | nextcloud-server-a791bdb3abed1fe2ab1e705ede04fdb644e2d98b.tar.gz nextcloud-server-a791bdb3abed1fe2ab1e705ede04fdb644e2d98b.zip |
Fix capabilities test
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/tests')
-rw-r--r-- | apps/theming/tests/CapabilitiesTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/tests/CapabilitiesTest.php b/apps/theming/tests/CapabilitiesTest.php index 31e0ae79970..775b588c781 100644 --- a/apps/theming/tests/CapabilitiesTest.php +++ b/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, |