Fix unit tests from #18895
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
da522dc3d5
commit
2b72b5cea5
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue