diff --git a/apps/server/src/infra/calendar/service/calendar.service.spec.ts b/apps/server/src/infra/calendar/service/calendar.service.spec.ts index 625f7aa83fa..74da7799de9 100644 --- a/apps/server/src/infra/calendar/service/calendar.service.spec.ts +++ b/apps/server/src/infra/calendar/service/calendar.service.spec.ts @@ -84,7 +84,7 @@ describe('CalendarServiceSpec', () => { data: [ { attributes: { - id: id, + id, 'x-sc-teamid': teamId, summary: title, }, @@ -128,7 +128,7 @@ describe('CalendarServiceSpec', () => { data: [ { attributes: { - id: id, + id, 'x-sc-teamid': teamId, summary: title, }, @@ -235,7 +235,7 @@ describe('CalendarServiceSpec', () => { data: [ { attributes: { - id: id, + id, 'x-sc-teamid': teamId, summary: title, },