diff --git a/api/test/call.js b/api/test/call.js index 42670ba..ff88ffa 100644 --- a/api/test/call.js +++ b/api/test/call.js @@ -119,7 +119,7 @@ describe('Call.js', () => { .set('content-type', 'application/x-www-form-urlencoded') .send({ password: config.apipassword, - to: '33612345678', + to: '2482948449', user: 'test', service: 'default' }) @@ -134,4 +134,4 @@ describe('Call.js', () => { }); }); -}); \ No newline at end of file +});