summaryrefslogtreecommitdiff
path: root/service/test/support/test_helper.py
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/support/test_helper.py
parent1f6e072aad07e1678187bd176c24eca0182a2da2 (diff)
Fixed pep8 warnings
Diffstat (limited to 'service/test/support/test_helper.py')
-rw-r--r--service/test/support/test_helper.py1
1 files changed, 0 insertions, 1 deletions
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
-