We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5849e77 commit 59d25feCopy full SHA for 59d25fe
1 file changed
apps/sim/app/api/copilot/chat/delete/route.test.ts
@@ -143,7 +143,7 @@ describe('Copilot Chat Delete API Route', () => {
143
it('should delete chat even if it does not exist (idempotent)', async () => {
144
authMockFns.mockGetSession.mockResolvedValue({ user: { id: 'user-123' } })
145
146
- mockGetAccessibleCopilotChat.mockResolvedValueOnce(null)
+ mockGetAccessibleCopilotChatAuth.mockResolvedValueOnce(null)
147
148
const req = createMockRequest('DELETE', {
149
chatId: 'non-existent-chat',
0 commit comments