This commit is contained in:
Vikhyath Mondreti
2026-03-14 12:12:36 -07:00
parent f347e3fca0
commit a2f8ed06c8

View File

@@ -18,11 +18,6 @@ const {
}))
vi.mock('@/lib/auth/hybrid', () => ({
AuthType: {
SESSION: 'session',
API_KEY: 'api_key',
INTERNAL_JWT: 'internal_jwt',
},
checkHybridAuth: mockCheckHybridAuth,
AuthType: {
SESSION: 'session',