| 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())
|
|
|
|
|
|
|