diff options
author | drebs <drebs@leap.se> | 2013-01-24 14:29:31 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-01-24 14:29:31 -0200 |
commit | 12bee096d1318511feb19f5256e1cb3d4823c5f5 (patch) | |
tree | 3b6d5005a46f8767f873809d3e450fb0025dc899 /tests/u1db_tests/test_http_database.py | |
parent | 517ec48dee4e743a9f68622e14a7b56be6685881 (diff) | |
parent | c206b64294f1fade1001880f8a6965d39e107088 (diff) |
Merge branch 'develop' of ssh://code.leap.se/leap_client into develop
Conflicts:
src/leap/soledad/__init__.py
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): |