diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-08-07 12:20:07 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-08-12 17:17:18 -0300 |
commit | 3b218e74b6b3d4b3b28a1d7fee23223e6a5c10c1 (patch) | |
tree | 28e42d30b3a555e9bb509767b7460aa418f9515d /common | |
parent | cbc4f6cd6f555647d1af87c554ddc50b597e892f (diff) |
[tests] Removed unused import in test_http_target
Test_http_target was using u1db test_sync in a lot of places,
I removed those references on the last changes and am removing
the dependency at once in this one
Diffstat (limited to 'common')
-rw-r--r-- | common/src/leap/soledad/common/tests/test_sync_target.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/src/leap/soledad/common/tests/test_sync_target.py b/common/src/leap/soledad/common/tests/test_sync_target.py index 2ac80053..022e524c 100644 --- a/common/src/leap/soledad/common/tests/test_sync_target.py +++ b/common/src/leap/soledad/common/tests/test_sync_target.py @@ -49,7 +49,6 @@ from leap.soledad.common.tests.util import soledad_sync_target from leap.soledad.common.tests.util import BaseSoledadTest from leap.soledad.common.tests.util import SoledadWithCouchServerMixin from leap.soledad.common.tests.util import ADDRESS -from leap.soledad.common.tests.u1db_tests import test_sync # ----------------------------------------------------------------------------- # The following tests come from `u1db.tests.test_remote_sync_target`. |