Skip to content

Commit c3ee73b

Browse files
committed
test: speedup CIBA tests
1 parent a1e4a4f commit c3ee73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap/server.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ provider.use(async (ctx, next) => {
306306
'<title>Consent</title>',
307307
)
308308
}
309-
if (ctx.body?.verification_uri_complete) {
309+
if (ctx.body?.verification_uri_complete || ctx.body?.auth_req_id) {
310310
ctx.body.interval = 0.1
311311
}
312312
}

0 commit comments

Comments
 (0)