Skip to content

Commit 269e75a

Browse files
test(public): fix async route mock and llms formatting
1 parent 56d3464 commit 269e75a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/sim/app/api/workflows/[id]/execute/route.async.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ const {
1818
}))
1919

2020
vi.mock('@/lib/auth/hybrid', () => ({
21+
AuthType: {
22+
SESSION: 'session',
23+
API_KEY: 'api_key',
24+
INTERNAL_JWT: 'internal_jwt',
25+
},
2126
checkHybridAuth: mockCheckHybridAuth,
2227
}))
2328

0 commit comments

Comments
 (0)