Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
@@ -91,7 +91,7 @@ describe("CalendarSearch", () => {
|
||||
await waitFor(() => {
|
||||
expect(mockedGetCalendars).toHaveBeenCalledWith(
|
||||
"user123",
|
||||
"sharedPublic=true&withRights=true"
|
||||
"sharedPublic=true&"
|
||||
);
|
||||
});
|
||||
|
||||
@@ -373,7 +373,7 @@ describe("CalendarSearch", () => {
|
||||
await waitFor(() => {
|
||||
expect(mockedGetCalendars).toHaveBeenCalledWith(
|
||||
"user123",
|
||||
"sharedPublic=true&withRights=true"
|
||||
"sharedPublic=true&"
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user