Skip to content

Commit a2f8ed0

Browse files
committed
fix lint
1 parent f347e3f commit a2f8ed0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ 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-
},
2621
checkHybridAuth: mockCheckHybridAuth,
2722
AuthType: {
2823
SESSION: 'session',

0 commit comments

Comments
 (0)