nanndekowareta

This commit is contained in:
Kagami Sascha Rosylight 2023-06-29 01:00:59 +02:00
parent af5887fe37
commit ae7b59282c
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ describe('OAuth', () => {
code_challenge: pkceAlice.code_challenge,
code_challenge_method: 'S256',
} as AuthorizationParamsExtended));
console.log(await responseAlice.text(), 'なんでこわれた');
assert.strictEqual(responseAlice.status, 200);
const responseBob = await fetch(client.authorizeURL({