[#242] fixed calendar color creation API call (#243)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-10-24 13:14:19 +02:00
committed by GitHub
parent 8813bff48c
commit 9c5abb7fbd
5 changed files with 5 additions and 12 deletions
@@ -62,7 +62,7 @@ describe("Calendar API", () => {
it("postCalendar", async () => {
const calId = "calId";
const userId = "userId";
const color = "calId";
const color = { light: "calId" };
const name = "new cal";
const desc = "desc";