nanndekowareta
This commit is contained in:
parent
af5887fe37
commit
ae7b59282c
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue