summaryrefslogtreecommitdiff
path: root/tests/u1db_tests/test_http_database.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/u1db_tests/test_http_database.py')
-rw-r--r--tests/u1db_tests/test_http_database.py2
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):