Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
unit(chat message): make consultations joined into a string
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Sep 13, 2022
1 parent 7e2059e commit adc82d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api/chat_message/list.get.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("Controller: GET /api/chat_message", () => {
requester.customizeRequest({
"query": {
"filter": {
"consultationIDs": [ String(consultation.id) ],
"consultationIDs": String(consultation.id),
"existence": "*"
}
},
Expand Down

0 comments on commit adc82d7

Please sign in to comment.