diff --git a/plugins/auth-node/src/oauth/createOAuthRouteHandlers.test.ts b/plugins/auth-node/src/oauth/createOAuthRouteHandlers.test.ts index 2f3eb360cc..b54de50881 100644 --- a/plugins/auth-node/src/oauth/createOAuthRouteHandlers.test.ts +++ b/plugins/auth-node/src/oauth/createOAuthRouteHandlers.test.ts @@ -743,7 +743,7 @@ describe('createOAuthRouteHandlers', () => { }); }); - it('should set cookie on caught error redirect', async () => { + it('should set cookie and redirect on caught error', async () => { const app = wrapInApp(createOAuthRouteHandlers(baseConfig)); const res = await request(app) .get('/my-provider/handler/frame')