Skip to content

feat(wip): adding an automated sandbox worker #9550

feat(wip): adding an automated sandbox worker

feat(wip): adding an automated sandbox worker #9550

Triggered via pull request February 13, 2026 01:57
Status Failure
Total duration 1m 29s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test (22)
Process completed with exit code 1.
[@assistant/api] src/utils/__test__/errors.test.ts > errors > handleAIServiceError > should return JSON response with error message: apps/api/src/utils/__test__/errors.test.ts#L292
AssertionError: expected { error: 'Test error' } to deeply equal { …(3) } - Expected + Received { - "details": undefined, - "error": "Invalid request parameters.", - "requestId": undefined, + "error": "Test error", } ❯ src/utils/__test__/errors.test.ts:292:17