We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bb0bf commit e4bba5bCopy full SHA for e4bba5b
packages/cubejs-api-gateway/test/auth.test.ts
@@ -323,7 +323,7 @@ describe('test authorization', () => {
323
324
const { app } = createApiGateway(handlerMock, loggerMock, {
325
playgroundAuthSecret,
326
- checkAuth: async (req: Request, auth?: string) => {
+ checkAuth: async (_req: Request, _auth?: string) => {
327
throw new CubejsHandlerError(409, 'Error', 'Custom error');
328
}
329
});
0 commit comments