From 7dedbfc79deab835838524fdc3b62453562fcf7e Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Tue, 30 Mar 2021 16:46:22 -0700 Subject: [PATCH] test: adapt for latest `@octokit/auth-app` --- test/auth.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });