diff options
author | Victor Shyba <victor1984@riseup.net> | 2016-10-19 14:05:27 -0300 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2016-11-18 15:55:52 -0300 |
commit | 2f775686dec1a1d67ec7b28e8b10ee6f5c8e0d32 (patch) | |
tree | c809add79c28647c9c10fcc6d190621f6fae6e93 /testing/tests/sync/test_sync.py | |
parent | b301f465e50d79f3071fefa0d7675210fe5a733c (diff) |
[refactor] stop using leap.common.http
We aren't using leap.common.http implementation and we need specific
features from original Twisted Web Agent. This commit implements it on
HTTP Targer.
Diffstat (limited to 'testing/tests/sync/test_sync.py')
-rw-r--r-- | testing/tests/sync/test_sync.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/tests/sync/test_sync.py b/testing/tests/sync/test_sync.py index a7d0a92b..a434e944 100644 --- a/testing/tests/sync/test_sync.py +++ b/testing/tests/sync/test_sync.py @@ -184,7 +184,6 @@ class TestSoledadDbSync( target = soledad_sync_target( self, self.db2._dbname, source_replica_uid=self._soledad._dbpool.replica_uid) - self.addCleanup(target.close) return sync.SoledadSynchronizer( self.db, target).sync() |