diff options
author | kali <kali@leap.se> | 2013-01-24 23:12:05 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-24 23:12:05 +0900 |
commit | c206b64294f1fade1001880f8a6965d39e107088 (patch) | |
tree | 063177a9c77619f1ed010657f48a26811f541e9b /tests/u1db_tests/test_http_database.py | |
parent | 71df5a4431bce607550eec4425f4fdfbdbfa2af7 (diff) |
moar pep8 cleanup!
watch out the skynet gadget on line 42
Diffstat (limited to 'tests/u1db_tests/test_http_database.py')
-rw-r--r-- | tests/u1db_tests/test_http_database.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/u1db_tests/test_http_database.py b/tests/u1db_tests/test_http_database.py index 40a839a5..f21e6da1 100644 --- a/tests/u1db_tests/test_http_database.py +++ b/tests/u1db_tests/test_http_database.py @@ -200,7 +200,7 @@ class TestHTTPDatabaseCtrWithCreds(tests.TestCase): 'token_key': tests.token1.key, 'token_secret': tests.token1.secret }}) - self.assertIn('oauth', db1._creds) + self.assertIn('oauth', db1._creds) class TestHTTPDatabaseIntegration(tests.TestCaseWithServer): |