Skip to content

Running Copilot coding agent #82

Running Copilot coding agent

Running Copilot coding agent #82

Triggered via dynamic January 14, 2026 17:51
Status Success
Total duration 18m 18s
Artifacts

copilot

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/__tests__/ObjectQLDataSource.test.ts > ObjectQLDataSource > error handling > should throw error for non-OK responses: packages/data-objectql/src/__tests__/ObjectQLDataSource.test.ts#L219
AssertionError: promise resolved "{ data: [], total: undefined, …(3) }" instead of rejecting - Expected + Received - [Error: rejected promise] + Object { + "data": Array [], + "hasMore": undefined, + "page": undefined, + "pageSize": undefined, + "total": undefined, + } ❯ src/__tests__/ObjectQLDataSource.test.ts:219:47
src/__tests__/ObjectQLDataSource.test.ts > ObjectQLDataSource > update > should update an existing record: packages/data-objectql/src/__tests__/ObjectQLDataSource.test.ts#L158
AssertionError: expected 'PUT' to be 'PATCH' // Object.is equality Expected: "PATCH" Received: "PUT" ❯ src/__tests__/ObjectQLDataSource.test.ts:158:30