From adc82d79fcbf73e6b64abc2beb9a6b518dc7b4d8 Mon Sep 17 00:00:00 2001 From: Kenneth Trecy Tobias <19201.tobias.kennethtrecy.c@gmail.com> Date: Tue, 13 Sep 2022 16:26:19 +0800 Subject: [PATCH] unit(chat message): make consultations joined into a string --- routes/api/chat_message/list.get.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api/chat_message/list.get.spec.ts b/routes/api/chat_message/list.get.spec.ts index caf2a7081..e4468eb12 100644 --- a/routes/api/chat_message/list.get.spec.ts +++ b/routes/api/chat_message/list.get.spec.ts @@ -30,7 +30,7 @@ describe("Controller: GET /api/chat_message", () => { requester.customizeRequest({ "query": { "filter": { - "consultationIDs": [ String(consultation.id) ], + "consultationIDs": String(consultation.id), "existence": "*" } },