From d641504797717e644e8dd1f44942d45b8f514938 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 29 Nov 2022 13:05:51 -0500 Subject: [PATCH] fix test --- test/sip-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sip-tests.js b/test/sip-tests.js index d2a1c7b..c9160c8 100644 --- a/test/sip-tests.js +++ b/test/sip-tests.js @@ -84,7 +84,7 @@ test('sbc-outbound tests', async(t) => { const res = await queryCdrs({account_sid: 'ed649e33-e771-403a-8c99-1780eabbc803'}); //console.log(`cdrs: ${JSON.stringify(res)}`); - t.ok(res.total === 6, 'wrote 6 cdrs'); + t.ok(res.total === 5, 'wrote 5 cdrs'); srf.disconnect(); } catch (err) {