Skip to content

Commit 5f3ef0e

Browse files
committed
test: redirect_url -> redirect_uri
1 parent 6be28b8 commit 5f3ef0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test("redirectUrl option", () => {
5656
scopes: [],
5757
state: "4feornbt361",
5858
url:
59-
"https://github.com/login/oauth/authorize?allow_signup=true&client_id=1234567890abcdef1234&redirect_url=https://example.com&state=4feornbt361"
59+
"https://github.com/login/oauth/authorize?allow_signup=true&client_id=1234567890abcdef1234&redirect_uri=https://example.com&state=4feornbt361"
6060
});
6161
});
6262

0 commit comments

Comments
 (0)