Running Copilot coding agent #287
Annotations
9 errors
|
src/integration/connector.test.ts > ConnectorSchema > should accept connector with all fields:
packages/spec/src/integration/connector.test.ts#L505
ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"webhooks",
0,
"name"
],
"message": "Required"
}
]
❯ Object.get error [as error] ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js:39:31
❯ ZodObject.parse ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js:114:22
❯ src/integration/connector.test.ts:505:36
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'webhooks', +0, 'name' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'webhooks', +0, 'name' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { webhooks: [ 'Required' ] } } }
|
|
src/integration/connector.test.ts > WebhookConfigSchema > should use default values:
packages/spec/src/integration/connector.test.ts#L351
ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"name"
],
"message": "Required"
}
]
❯ Object.get error [as error] ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js:39:31
❯ ZodObject.parse ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js:114:22
❯ src/integration/connector.test.ts:351:40
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'name' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'name' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { name: [ 'Required' ] } } }
|
|
src/integration/connector.test.ts > WebhookConfigSchema > should accept webhook with retry configuration:
packages/spec/src/integration/connector.test.ts#L341
ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"name"
],
"message": "Required"
}
]
❯ Object.get error [as error] ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js:39:31
❯ ZodObject.parse ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js:114:22
❯ src/integration/connector.test.ts:341:40
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'name' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'name' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { name: [ 'Required' ] } } }
|
|
src/integration/connector.test.ts > WebhookConfigSchema > should accept valid webhook configuration:
packages/spec/src/integration/connector.test.ts#L327
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown
- Expected:
undefined
+ Received:
"[
{
\"code\": \"invalid_type\",
\"expected\": \"string\",
\"received\": \"undefined\",
\"path\": [
\"name\"
],
\"message\": \"Required\"
}
]"
❯ src/integration/connector.test.ts:327:58
|
|
src/integration/connector.test.ts > OAuth2Schema > should use default grant type:
packages/spec/src/integration/connector.test.ts#L133
AssertionError: expected undefined to be 'authorization_code' // Object.is equality
- Expected:
"authorization_code"
+ Received:
undefined
❯ src/integration/connector.test.ts:133:30
|
|
src/automation/workflow.test.ts > WorkflowActionSchema > should accept webhook trigger action:
packages/spec/src/automation/workflow.test.ts#L477
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown
- Expected:
undefined
+ Received:
"[
{
\"code\": \"invalid_type\",
\"expected\": \"object\",
\"received\": \"undefined\",
\"path\": [
\"config\"
],
\"message\": \"Required\"
}
]"
❯ src/automation/workflow.test.ts:477:58
|
|
src/auth/config.test.ts > EnterpriseAuthConfigSchema > should accept empty enterprise config:
packages/spec/src/auth/config.test.ts#L493
AssertionError: expected [Function] to not throw an error but 'ReferenceError: EnterpriseApplication…' was thrown
- Expected:
undefined
+ Received:
"ReferenceError: EnterpriseApplicationAuthConfigSchema is not defined"
❯ src/auth/config.test.ts:493:75
|
|
src/auth/config.test.ts > EnterpriseAuthConfigSchema > should accept partial enterprise config:
packages/spec/src/auth/config.test.ts#L488
AssertionError: expected [Function] to not throw an error but 'ReferenceError: EnterpriseApplication…' was thrown
- Expected:
undefined
+ Received:
"ReferenceError: EnterpriseApplicationAuthConfigSchema is not defined"
❯ src/auth/config.test.ts:488:75
|
|
src/auth/config.test.ts > EnterpriseAuthConfigSchema > should accept enterprise config with all providers:
packages/spec/src/auth/config.test.ts#L475
AssertionError: expected [Function] to not throw an error but 'ReferenceError: EnterpriseApplication…' was thrown
- Expected:
undefined
+ Received:
"ReferenceError: EnterpriseApplicationAuthConfigSchema is not defined"
❯ src/auth/config.test.ts:475:75
|