summaryrefslogtreecommitdiff
path: root/service/test
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2015-01-21 19:53:55 -0200
committerPixpoa pairing <pixpoapairing@pixelated-project.org>2015-01-21 19:54:24 -0200
commit444fced517da618230a1c1a86912d711d172d34a (patch)
treea0b09a6c9023e94825d468cb5bc123a7f5a3d9c1 /service/test
parent1f6e072aad07e1678187bd176c24eca0182a2da2 (diff)
Fixed pep8 warnings
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
-