aboutsummaryrefslogtreecommitdiff
path: root/tests/data/client_secrets.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/client_secrets.json')
-rw-r--r--tests/data/client_secrets.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/client_secrets.json b/tests/data/client_secrets.json
index 81079e6..5356103 100644
--- a/tests/data/client_secrets.json
+++ b/tests/data/client_secrets.json
@@ -4,7 +4,7 @@
"client_secret": "foo_client_secret",
"redirect_uris": [],
"auth_uri": "https://accounts.google.com/o/oauth2/v2/auth",
- "token_uri": "https://oauth2.googleapis.com/token",
- "revoke_uri": "https://oauth2.googleapis.com/revoke"
+ "token_uri": "https://www.googleapis.com/oauth2/v4/token",
+ "revoke_uri": "https://accounts.google.com/o/oauth2/revoke"
}
}