Skip to content

Commit 0fd88ef

Browse files
committed
Fixes 'Outlook Calendar Get' validation and permissions issues
1 parent 3482cbf commit 0fd88ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/m365/outlook/commands/calendar/calendar-get.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ describe(commands.CALENDAR_GET, () => {
7878

7979
afterEach(() => {
8080
sinonUtil.restore([
81-
request.get
81+
request.get,
82+
calendarGroup.getUserCalendarGroupByName
8283
]);
8384
});
8485

0 commit comments

Comments
 (0)