Skip to content

feat: ✨ added endpoint to get a CsvOrder by it's ID #40

feat: ✨ added endpoint to get a CsvOrder by it's ID

feat: ✨ added endpoint to get a CsvOrder by it's ID #40

Triggered via pull request March 7, 2024 09:18
Status Failure
Total duration 2m 27s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
update › ready › should update the batch to ready: src/HttpHandler.ts#L73
PrintOneError: Internal server error at AxiosHTTPHandler.handleErrors (src/HttpHandler.ts:73:13) at AxiosHTTPHandler.handleErrors [as PATCH] (src/AxiosHttpHandler.ts:117:10) at Batch.update (src/models/Batch.ts:153:18) at Object.<anonymous> (test/Batch.spec.ts:94:7)
update › ready › should update the batch to be ready in the future: src/HttpHandler.ts#L73
PrintOneError: Internal server error at AxiosHTTPHandler.handleErrors (src/HttpHandler.ts:73:13) at AxiosHTTPHandler.handleErrors [as POST] (src/AxiosHttpHandler.ts:92:10) at PrintOne.createBatch (src/PrintOne.ts:405:22) at Object.<anonymous> (test/Batch.spec.ts:25:11)
update › ready › should update the batch to not ready: src/HttpHandler.ts#L73
PrintOneError: Internal server error at AxiosHTTPHandler.handleErrors (src/HttpHandler.ts:73:13) at AxiosHTTPHandler.handleErrors [as POST] (src/AxiosHttpHandler.ts:92:10) at PrintOne.createBatch (src/PrintOne.ts:405:22) at Object.<anonymous> (test/Batch.spec.ts:25:11)
update › ready › should update the updatedAt date: src/HttpHandler.ts#L73
PrintOneError: Internal server error at AxiosHTTPHandler.handleErrors (src/HttpHandler.ts:73:13) at AxiosHTTPHandler.handleErrors [as POST] (src/AxiosHttpHandler.ts:92:10) at PrintOne.createBatch (src/PrintOne.ts:405:22) at Object.<anonymous> (test/Batch.spec.ts:25:11)
update › ready › should get status ready to sent with 300+ orders: src/HttpHandler.ts#L73
PrintOneError: Internal server error at AxiosHTTPHandler.handleErrors (src/HttpHandler.ts:73:13) at AxiosHTTPHandler.handleErrors [as POST] (src/AxiosHttpHandler.ts:92:10) at PrintOne.createBatch (src/PrintOne.ts:405:22) at Object.<anonymous> (test/Batch.spec.ts:25:11)
getTemplate › should return the template: src/HttpHandler.ts#L73
PrintOneError: Internal server error at AxiosHTTPHandler.handleErrors (src/HttpHandler.ts:73:13) at AxiosHTTPHandler.handleErrors [as POST] (src/AxiosHttpHandler.ts:92:10) at PrintOne.createBatch (src/PrintOne.ts:405:22) at Object.<anonymous> (test/Batch.spec.ts:25:11)
refresh › should refresh the batch data: src/HttpHandler.ts#L73
PrintOneError: Internal server error at AxiosHTTPHandler.handleErrors (src/HttpHandler.ts:73:13) at AxiosHTTPHandler.handleErrors [as POST] (src/AxiosHttpHandler.ts:92:10) at PrintOne.createBatch (src/PrintOne.ts:405:22) at Object.<anonymous> (test/Batch.spec.ts:25:11)
getOrder › should return the order: src/HttpHandler.ts#L73
PrintOneError: Internal server error at AxiosHTTPHandler.handleErrors (src/HttpHandler.ts:73:13) at AxiosHTTPHandler.handleErrors [as POST] (src/AxiosHttpHandler.ts:92:10) at PrintOne.createBatch (src/PrintOne.ts:405:22) at Object.<anonymous> (test/Batch.spec.ts:25:11)
getOrder › should not return an non batch order: src/HttpHandler.ts#L73
PrintOneError: Internal server error at AxiosHTTPHandler.handleErrors (src/HttpHandler.ts:73:13) at AxiosHTTPHandler.handleErrors [as POST] (src/AxiosHttpHandler.ts:92:10) at PrintOne.createBatch (src/PrintOne.ts:405:22) at Object.<anonymous> (test/Batch.spec.ts:25:11)
getOrder › should not return an order from another batch: src/HttpHandler.ts#L73
PrintOneError: Internal server error at AxiosHTTPHandler.handleErrors (src/HttpHandler.ts:73:13) at AxiosHTTPHandler.handleErrors [as POST] (src/AxiosHttpHandler.ts:92:10) at PrintOne.createBatch (src/PrintOne.ts:405:22) at Object.<anonymous> (test/Batch.spec.ts:25:11)
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/.