Merge pull request #20 from Print-one/feat/webhook-validation-support #44
Annotations
3 errors and 1 warning
test/Batch.spec.ts#L92
expect(received).toEqual(expected) // deep equality
Expected: "batch_needs_approval"
Received: "batch_created"
at Object.<anonymous> (test/Batch.spec.ts:92:26)
|
test/Batch.spec.ts#L278
expect(received).toEqual(expected) // deep equality
Expected: "batch_ready_to_schedule"
Received: "batch_user_ready"
at Object.<anonymous> (test/Batch.spec.ts:278:28)
|
|
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/.
|
This job failed
Loading