fix(chat-deploy): fix chat deploy URL in prod #2223
ci.yml
on: pull_request
Test and Build
55s
Apply Database Migrations
0s
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)
|