mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
fix: uncomment testsuite (#234)
* fix: uncomment testsuite * fix: uncomment testsuite * fix: unstable testcases * fix: uncomment testsuite * fix: uncomment testsuite * fix: uncomment testsuite * fix: uncomment testsuite * fix: uncomment testsuite * fix: uncomment testsuite * fix: unstable testcase * fix: uncomment testsuite * wip: test * wip: test * wip: test Co-authored-by: Quan HL <quanluuhoang8@gmail.com>
This commit is contained in:
@@ -223,7 +223,6 @@ test('\'play\' tests with earlymedia', async(t) => {
|
||||
// THEN
|
||||
await sippUac('uac-invite-expect-183-cancel.xml', '172.38.0.10', from);
|
||||
const obj = await getJSON(`http:127.0.0.1:3100/lastRequest/${from}_callStatus`);
|
||||
console.log(obj);
|
||||
t.ok(obj.body.sip_status === 487, "play: actionHook success received");
|
||||
t.ok(obj.body.sip_reason === 'Request Terminated', "play: actionHook success received");
|
||||
t.ok(obj.body.call_termination_by === 'caller', "play: actionHook success received");
|
||||
|
||||
Reference in New Issue
Block a user