feat(wip): adding an automated sandbox worker #9550
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
|