aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNathaniel Manista <nathaniel@google.com>2016-02-05 10:43:17 -0800
committerNathaniel Manista <nathaniel@google.com>2016-02-05 10:43:17 -0800
commitee06ffb9d33b21ff4143752502269efe2e72b206 (patch)
tree0a11f9ec05cd03bc9ea6b1906736b5d3bd15c50f /tests
parent5db0a8b98007cd80381c35fa9bcb267040c1663f (diff)
parent76470e2708cd9f182f131be0da2a3785f9be2ae5 (diff)
downloadoauth2client-ee06ffb9d33b21ff4143752502269efe2e72b206.tar.gz
Merge pull request #368 from jay0lee/patch-2
Updated Google URIs.
Diffstat (limited to 'tests')
-rw-r--r--tests/data/client_secrets.json4
-rw-r--r--tests/data/unfilled_client_secrets.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/client_secrets.json b/tests/data/client_secrets.json
index fd96a7a..5356103 100644
--- a/tests/data/client_secrets.json
+++ b/tests/data/client_secrets.json
@@ -3,8 +3,8 @@
"client_id": "foo_client_id",
"client_secret": "foo_client_secret",
"redirect_uris": [],
- "auth_uri": "https://accounts.google.com/o/oauth2/auth",
- "token_uri": "https://accounts.google.com/o/oauth2/token",
+ "auth_uri": "https://accounts.google.com/o/oauth2/v2/auth",
+ "token_uri": "https://www.googleapis.com/oauth2/v4/token",
"revoke_uri": "https://accounts.google.com/o/oauth2/revoke"
}
}
diff --git a/tests/data/unfilled_client_secrets.json b/tests/data/unfilled_client_secrets.json
index a232f37..a85ca01 100644
--- a/tests/data/unfilled_client_secrets.json
+++ b/tests/data/unfilled_client_secrets.json
@@ -3,7 +3,7 @@
"client_id": "[[INSERT CLIENT ID HERE]]",
"client_secret": "[[INSERT CLIENT SECRET HERE]]",
"redirect_uris": [],
- "auth_uri": "https://accounts.google.com/o/oauth2/auth",
- "token_uri": "https://accounts.google.com/o/oauth2/token"
+ "auth_uri": "https://accounts.google.com/o/oauth2/v2/auth",
+ "token_uri": "https://www.googleapis.com/oauth2/v4/token"
}
}