upgrade dependencies #72
integration.yml
on: push
Matrix: test
slack-on-failure
3s
Annotations
2 errors
test/integration/live-api.test.ts > API integration > template methods > should allow editing a template:
src/Transloadit.ts#L763
ApiError: API error (HTTP 400) TEMPLATE_VALIDATION_ERROR: ER_DUP_ENTRY: Duplicate entry '9223372036854775807' for key 'PRIMARY'
❯ Transloadit._remoteJson src/Transloadit.ts:763:17
❯ test/integration/live-api.test.ts:713:26
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { rawMessage: 'ER_DUP_ENTRY: Duplicate entry \'9223372036854775807\' for key \'PRIMARY\'', assemblyId: undefined, assemblySslUrl: undefined, code: 'TEMPLATE_VALIDATION_ERROR' }
Caused by: Caused by: HTTPError: Response code 400 (Bad Request)
❯ Request.<anonymous> node_modules/got/dist/source/as-promise/index.js:118:42
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_NON_2XX_3XX_RESPONSE', request: undefined, response: undefined, options: undefined, timings: undefined }
|
test (18)
Process completed with exit code 1.
|