add calendar link to time based event test
This commit is contained in:
parent
5b24f1b016
commit
c4e77ccc4d
|
@ -44,7 +44,7 @@ describe('Calendar Merging API', () => {
|
|||
"prefix": "holidays",
|
||||
"override": false,
|
||||
"url": "https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
expect(response.status).toBe(200);
|
||||
|
@ -66,6 +66,11 @@ describe('Calendar Merging API', () => {
|
|||
prefix: 'Time Event',
|
||||
override: false,
|
||||
},
|
||||
{
|
||||
"prefix": "work",
|
||||
"override": false,
|
||||
"url": "https://calendar.google.com/calendar/ical/b4c66eb4bb2cc15257d071bab3f935385778b042112ea1aaedada47f3f1a6e3a%40group.calendar.google.com/public/basic.ics"
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue