From 06246aacdef662f11886377dea3202fc13a14e9c Mon Sep 17 00:00:00 2001 From: abinaya-plivo Date: Tue, 18 Jul 2023 13:01:56 +0530 Subject: [PATCH] UTs fix --- test/calls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/calls.js b/test/calls.js index cbc907dc..c667e194 100644 --- a/test/calls.js +++ b/test/calls.js @@ -322,7 +322,7 @@ describe('calls', function () { }) }); it('should list masking session!', function () { - client.calls.listMaskingSession("197aa6e0-1abe-4d1c-b887-2b2406764360") + client.calls.listMaskingSession() .then(function (response) { assert.equal(response.length, 2) })