mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-27 06:18:29 -06:00
Fix test cases with new changes
This commit is contained in:
parent
2823965e1b
commit
1d9a9fd71b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ describe('message', function () {
|
|||
});
|
||||
|
||||
it('should send message via interface', function () {
|
||||
return client.messages.send('src', 'dst', 'text',{}, null)
|
||||
return client.messages.send({src:'src', dst:'dst', text:'text',powerpackUUID: null})
|
||||
.then(function(message){
|
||||
assert.equal(message.message, 'message(s) queued')
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue