update test name

Signed-off-by: Stephen Glass <stephen@stephen.glass>
This commit is contained in:
Stephen Glass
2024-07-29 00:47:32 -04:00
parent 17c9a1a330
commit 155b901898
@@ -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')