[#313] removed withRights (#354)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-11-24 21:32:15 +01:00
committed by GitHub
parent 6b6c140854
commit 531d29f2ce
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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&"
);
});