Chromium Code Reviews| Index: third_party/boto/tests/integration/sts/test_session_token.py |
| =================================================================== |
| --- third_party/boto/tests/integration/sts/test_session_token.py (revision 33376) |
| +++ third_party/boto/tests/integration/sts/test_session_token.py (working copy) |
| @@ -33,7 +33,7 @@ |
| from boto.s3.connection import S3Connection |
| -class SessionTokenTest (unittest.TestCase): |
| +class SessionTokenTest(unittest.TestCase): |
| sts = True |
| def test_session_token(self): |