Skip to content

fix(chat-deploy): fix chat deploy URL in prod #2223

fix(chat-deploy): fix chat deploy URL in prod

fix(chat-deploy): fix chat deploy URL in prod #2223

Triggered via pull request July 23, 2025 09:12
Status Failure
Total duration 57s
Artifacts

ci.yml

on: pull_request
Test and Build
55s
Test and Build
Apply Database Migrations
0s
Apply Database Migrations
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Test and Build
Process completed with exit code 1.
app/api/chat/edit/[id]/route.test.ts > Chat Edit API Route > PATCH > should allow access when user has workspace admin permission: apps/sim/app/api/chat/edit/[id]/route.test.ts#L310
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ app/api/chat/edit/[id]/route.test.ts:310:31
app/api/chat/edit/[id]/route.test.ts > Chat Edit API Route > PATCH > should update chat when user has access: apps/sim/app/api/chat/edit/[id]/route.test.ts#L218
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ app/api/chat/edit/[id]/route.test.ts:218:31
app/api/chat/edit/[id]/route.test.ts > Chat Edit API Route > GET > should return chat details when user has access: apps/sim/app/api/chat/edit/[id]/route.test.ts#L144
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ app/api/chat/edit/[id]/route.test.ts:144:31
Test and Build
sim#test: command (/home/runner/work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)