summaryrefslogtreecommitdiff
path: root/testing/tests/sync/test_sync_target.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_target.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_target.py')
-rw-r--r--testing/tests/sync/test_sync_target.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/tests/sync/test_sync_target.py b/testing/tests/sync/test_sync_target.py
index 17223606..fd1d413e 100644
--- a/testing/tests/sync/test_sync_target.py
+++ b/testing/tests/sync/test_sync_target.py
@@ -168,7 +168,6 @@ class TestSoledadSyncTarget(
target = self.sync_target(
self, path,
source_replica_uid=source_replica_uid)
- self.addCleanup(target.close)
return target
def setUp(self):
@@ -389,7 +388,6 @@ class SoledadDatabaseSyncTargetTests(
def tearDown(self):
self.db.close()
- self.st.close()
tests.TestCaseWithServer.tearDown(self)
SoledadWithCouchServerMixin.tearDown(self)