summaryrefslogtreecommitdiff
path: root/service/test
diff options
context:
space:
mode:
Diffstat (limited to 'service/test')
-rw-r--r--service/test/integration/retrieve_attachment_test.py2
-rw-r--r--service/test/support/test_helper.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/service/test/integration/retrieve_attachment_test.py b/service/test/integration/retrieve_attachment_test.py
index 41ffd89d..d6ad9298 100644
--- a/service/test/integration/retrieve_attachment_test.py
+++ b/service/test/integration/retrieve_attachment_test.py
@@ -41,5 +41,5 @@ class RetrieveAttachmentTest(SoledadTestBase):
def _assert(attachment):
self.assertEquals('pequeno anexo :D\n', attachment)
d.addCallback(_assert)
-
+
return d
diff --git a/service/test/support/test_helper.py b/service/test/support/test_helper.py
index f43776d1..d2387d0c 100644
--- a/service/test/support/test_helper.py
+++ b/service/test/support/test_helper.py
@@ -99,4 +99,3 @@ def request_mock(path='', method='GET', body='', headers={}):
dummy.method = method
dummy.content = io.BytesIO(body)
return dummy
-