summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-07-06 13:32:42 +0200
committerMorris Jobke <hey@morrisjobke.de>2020-07-06 13:32:42 +0200
commit2b6cadbcd9cc7d6afd42441f807fa383e71cb713 (patch)
treed1d50b66ff50ba8cdfb3142f6e3cc6a5533f22d4 /apps/dav/tests
parentd78449c01cf1cc608eca7a4d6ae675f1bc3e8aeb (diff)
downloadnextcloud-server-2b6cadbcd9cc7d6afd42441f807fa383e71cb713.tar.gz
nextcloud-server-2b6cadbcd9cc7d6afd42441f807fa383e71cb713.zip
Fix unit tests from #18895
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/dav/tests')
-rw-r--r--apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php b/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php
index e6ba0f5ef02..8885637aee6 100644
--- a/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php
+++ b/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php
@@ -343,7 +343,7 @@ class BirthdayServiceTest extends TestCase {
->method('createCalendar')
->with('principal001', 'contact_birthdays', [
'{DAV:}displayname' => 'Contact birthdays',
- '{http://apple.com/ns/ical/}calendar-color' => '#FFFFCA',
+ '{http://apple.com/ns/ical/}calendar-color' => '#E9D859',
'components' => 'VEVENT',
]);
$this->service->ensureCalendarExists('principal001');