summaryrefslogtreecommitdiff
path: root/testing/tests/sync/test_sync.py
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2016-10-19 14:05:27 -0300
committerdrebs <drebs@leap.se>2016-12-12 09:12:00 -0200
commit2505f61f7374cd0afeb9392c03589607d7b63b64 (patch)
tree8265b46ca8ba5dc648436deec77b227950f5ae86 /testing/tests/sync/test_sync.py
parent288434178a4e89f86b9740cfe77a4dc0ce9e45f7 (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.py1
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()