chore: putting vault access back in #19
main.yaml
on: push
Annotations
3 errors
|
test-integration / test-integration
Process completed with exit code 1.
|
|
test/integration/app-bundle-integration.test.ts > AppBundle api:
lib/adapters/REST/make-request.ts#L36
NotFound: {
"status": 404,
"statusText": "Not Found",
"message": "The resource could not be found.",
"details": "AppDefinition does not exist.",
"request": {
"url": "/organizations/***/app_definitions/7saTIkTiDdopwWpgNFx6zf",
"headers": {
"Accept": "application/json, text/plain, */*",
"Content-Type": "application/vnd.contentful.management.v1+json",
"X-Contentful-User-Agent": "sdk contentful-management.js/0.0.0-determined-by-semantic-release; platform node.js/v22.21.1; os Linux/v22.21.1;",
"Authorization": "***",
"User-Agent": "axios/1.13.2",
"Accept-Encoding": "gzip, compress, deflate, br"
},
"method": "delete"
}
}
❯ errorHandler node_modules/contentful-sdk-core/dist/error-handler.js:56:19
❯ Module.makeRequest lib/adapters/REST/make-request.ts:36:10
❯ test/integration/app-bundle-integration.test.ts:39:7
|
|
test/integration/app-action-call-structured-integration.test.ts > AppActionCall structured endpoints:
lib/adapters/REST/make-request.ts#L36
NotFound: {
"status": 404,
"statusText": "Not Found",
"message": "The resource could not be found.",
"details": "AppDefinition does not exist.",
"request": {
"url": "/organizations/***/app_definitions/5oxiREHA7rEXHGZksEKuDr",
"headers": {
"Accept": "application/json, text/plain, */*",
"Content-Type": "application/vnd.contentful.management.v1+json",
"X-Contentful-User-Agent": "sdk contentful-management.js/0.0.0-determined-by-semantic-release; platform node.js/v22.21.1; os Linux/v22.21.1;",
"Authorization": "***",
"User-Agent": "axios/1.13.2",
"Accept-Encoding": "gzip, compress, deflate, br"
},
"method": "delete"
}
}
❯ errorHandler node_modules/contentful-sdk-core/dist/error-handler.js:56:19
❯ Module.makeRequest lib/adapters/REST/make-request.ts:36:10
❯ test/integration/app-action-call-structured-integration.test.ts:71:7
|