diff --git a/test/auth.test.ts b/test/auth.test.ts index 705330719..5acbbfe37 100644 --- a/test/auth.test.ts +++ b/test/auth.test.ts @@ -196,7 +196,7 @@ describe("Authentication", () => { }); await octokit.auth({ - type: "token", + type: "oauth-user", code: CODE, state: STATE, });