chore(deps-dev): update development dependencies #1815
Annotations
2 errors and 1 warning
Run tests:
private/test/src/matrix-cerbos/admin.test.ts#L523
AssertionError: expected undefined to deeply equal { …(6) }
- Expected:
Object {
"auditTrail": Object {
"effectivePolicies": Object {
"resource.document.v1": Object {
"driver": "disk",
"source": "document.yaml",
},
"resource.document.v1/test": Object {
"driver": "disk",
"source": "test/document.yaml",
},
},
},
"callId": "01JGWZWYM3BVHTE9PSBAPQGMNJ",
"metadata": Object {
"foo": Array [
"bar",
],
},
"method": Object {
"error": undefined,
"input": Object {
"action": "edit",
"auxData": Object {
"jwt": Object {
"delete": true,
},
},
"principal": Object {
"attr": Object {
"country": Object {
"alpha2": "",
"alpha3": "NZL",
},
},
"id": "[email protected]",
"policyVersion": "1",
"roles": Array [
"USER",
],
"scope": "test",
},
"requestId": "plan-resources-unconditional",
"resource": Object {
"attr": Object {
"owner": "[email protected]",
},
"kind": "document",
"policyVersion": "1",
"scope": "test",
},
},
"name": "PlanResources",
"output": Object {
"action": "edit",
"kind": "KIND_ALWAYS_ALLOWED",
"policyVersion": "1",
"requestId": "plan-resources-unconditional",
"scope": "test",
"validationErrors": Array [
Object {
"message": "does not match pattern '[A-Z]{2}'",
"path": "/country/alpha2",
"source": "SOURCE_PRINCIPAL",
},
],
},
},
"peer": Object {
"address": StringMatching /^\d{1,3}(?:\.\d{1,3}){3}:\d{1,5}$/,
"authInfo": "",
"forwardedFor": StringContaining "1.1.1.1, 2.2.2.2, 3.3.3.3",
"userAgent": "cerbos-sdk-javascript-grpc/0.19.0 grpc-node-js/1.12.5",
},
"timestamp": Any<Date>,
}
+ Received:
undefined
❯ src/matrix-cerbos/admin.test.ts:523:31
❯ Module.retry src/helpers.ts:265:14
❯ retryUntilFound src/matrix-cerbos/admin.test.ts:494:13
❯ src/matrix-cerbos/admin.test.ts:518:15
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading