Skip to content

Update to Implementation and Tests #89

Update to Implementation and Tests

Update to Implementation and Tests #89

Re-run triggered February 28, 2024 13:58
Status Success
Total duration 40s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
WHATSAPP › whatsapp.verifyNumber(): __tests__/whatsapp.spec.ts#L27
expect(received).toBe(expected) // Object.is equality Expected: "success" Received: "failed" at __tests__/whatsapp.spec.ts:27:24 at step (__tests__/whatsapp.spec.ts:33:23) at Object.next (__tests__/whatsapp.spec.ts:14:53) at fulfilled (__tests__/whatsapp.spec.ts:5:58)
VERIFICATION › verification.sendOTP(): __tests__/verification.spec.ts#L53
expect(received).toBe(expected) // Object.is equality Expected: "success" Received: "failed" at __tests__/verification.spec.ts:53:24 at step (__tests__/verification.spec.ts:44:23) at Object.next (__tests__/verification.spec.ts:25:53) at fulfilled (__tests__/verification.spec.ts:16:58)
SMS › sms.registerSender(): __tests__/sms.spec.ts#L31
expect(received).toBe(expected) // Object.is equality Expected: "success" Received: "failed" at __tests__/sms.spec.ts:31:20 at step (__tests__/sms.spec.ts:33:23) at Object.next (__tests__/sms.spec.ts:14:53) at fulfilled (__tests__/sms.spec.ts:5:58)
SMS › sms.send(): __tests__/sms.spec.ts#L49
TypeError: Cannot read properties of null (reading 'business_id') at __tests__/sms.spec.ts:49:12 at step (__tests__/sms.spec.ts:33:23) at Object.next (__tests__/sms.spec.ts:14:53) at fulfilled (__tests__/sms.spec.ts:5:58)
SMS › send.sendBulk(): __tests__/sms.spec.ts#L63
expect(received).toBe(expected) // Object.is equality Expected: "success" Received: "failed" at __tests__/sms.spec.ts:63:24 at step (__tests__/sms.spec.ts:33:23) at Object.next (__tests__/sms.spec.ts:14:53) at fulfilled (__tests__/sms.spec.ts:5:58)
VOICE › VOICE.sendTextToSpeech: __tests__/voice.spec.ts#L37
expect(received).toBe(expected) // Object.is equality Expected: "success" Received: "failed" at __tests__/voice.spec.ts:37:24 at step (__tests__/voice.spec.ts:44:23) at Object.next (__tests__/voice.spec.ts:25:53) at fulfilled (__tests__/voice.spec.ts:16:58)
VOICE › VOICE.sendAudioToSpeech: __tests__/sms.spec.ts#L69
expect(received).rejects.toEqual() Received promise resolved instead of rejected Resolved to value: undefined at expect (node_modules/expect/build/index.js:113:15) at __tests__/sms.spec.ts:69:5 at step (__tests__/sms.spec.ts:33:23) at Object.next (__tests__/sms.spec.ts:14:53) at __tests__/sms.spec.ts:8:71 at Object.<anonymous>.__awaiter (__tests__/sms.spec.ts:4:12) at Object.<anonymous> (__tests__/sms.spec.ts:68:68)
VOICE › VOICE.sendAudioToSpeech: __tests__/voice.spec.ts#L53
expect(received).toBe(expected) // Object.is equality Expected: "success" Received: "failed" at __tests__/voice.spec.ts:53:24 at step (__tests__/voice.spec.ts:44:23) at Object.next (__tests__/voice.spec.ts:25:53) at fulfilled (__tests__/voice.spec.ts:16:58)
CALL › call.create(): __tests__/call.spec.ts#L25
expect(received).toBe(expected) // Object.is equality Expected: "success" Received: undefined at __tests__/call.spec.ts:25:24 at step (__tests__/call.spec.ts:33:23) at Object.next (__tests__/call.spec.ts:14:53) at fulfilled (__tests__/call.spec.ts:5:58)
CALL › call.listVoiceCalls(): __tests__/call.spec.ts#L32
expect(received).toBe(expected) // Object.is equality Expected: "success" Received: undefined at __tests__/call.spec.ts:32:24 at step (__tests__/call.spec.ts:33:23) at Object.next (__tests__/call.spec.ts:14:53) at fulfilled (__tests__/call.spec.ts:5:58)
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.