Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: third_party/gsutil/oauth2_plugin/oauth2_client_test.py

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/gsutil/oauth2_plugin/oauth2_client_test.py
diff --git a/third_party/gsutil/20110627/oauth2_plugin/oauth2_client_test.py b/third_party/gsutil/oauth2_plugin/oauth2_client_test.py
similarity index 99%
rename from third_party/gsutil/20110627/oauth2_plugin/oauth2_client_test.py
rename to third_party/gsutil/oauth2_plugin/oauth2_client_test.py
index 53254aa8f11434985e02e1028eb49b89b97c5064..f963f3b7cb097d9d8e837a4ddc5e30306cb2db95 100644
--- a/third_party/gsutil/20110627/oauth2_plugin/oauth2_client_test.py
+++ b/third_party/gsutil/oauth2_plugin/oauth2_client_test.py
@@ -311,7 +311,7 @@ class RefreshTokenTest(unittest.TestCase):
self.opener.open_result = (
'{"access_token":"%s","expires_in":3600}' % access_token)
- self.assertEquals('OAuth %s' % access_token,
+ self.assertEquals('Bearer %s' % access_token,
self.cred.GetAuthorizationHeader())
« no previous file with comments | « third_party/gsutil/oauth2_plugin/oauth2_client.py ('k') | third_party/gsutil/oauth2_plugin/oauth2_helper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698