From 24640f9dcea04cc3f62ffb429fdd9d227c9bbd96 Mon Sep 17 00:00:00 2001 From: Stephen Hand Date: Mon, 23 Sep 2024 14:06:02 +0100 Subject: [PATCH] Fix test --- tests/transferChatStart.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/transferChatStart.test.ts b/tests/transferChatStart.test.ts index f1021e39..21b55243 100644 --- a/tests/transferChatStart.test.ts +++ b/tests/transferChatStart.test.ts @@ -623,7 +623,6 @@ describe('Conversations', () => { expect(mockedCreateInvite).toHaveBeenCalledWith({ routing: { properties: { - queue_sid: 'TQxxx', worker_sid: 'WKxxx', workflow_sid: baseContext.TWILIO_CHAT_TRANSFER_WORKFLOW_SID, workspace_sid: baseContext.TWILIO_WORKSPACE_SID,