We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3312238 commit 475eaf7Copy full SHA for 475eaf7
src/test/oauth_test.ts
@@ -75,8 +75,8 @@ Deno.test({
75
name: "testing when missing the required parameters",
76
fn(): void {
77
const creds: authParams = {
78
- client_id: "testId",
79
- redirect_uri: "",
+ "client_id": "testId",
+ "redirect_uri": "",
80
scope: "https://www.googleapis.com/auth/youtube",
81
};
82
assertThrows((): void => {
0 commit comments