summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorPatrick Maia <pixelated-team+pmaia@thoughtworks.com>2014-12-01 14:32:22 -0300
committerPatrick Maia <pmaia@thoughtworks.com>2014-12-01 14:32:22 -0300
commit50398774751798b1a8c207b8954d5cb981b50f92 (patch)
treec5c46bd5642fed715ac3053749d21aee70f4c76d /service
parent7b81228d18e047330307d83d90842cd746538bf0 (diff)
fixes pep8
Diffstat (limited to 'service')
-rw-r--r--service/test/unit/runserver_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/unit/runserver_test.py b/service/test/unit/runserver_test.py
index 8650def1..57359259 100644
--- a/service/test/unit/runserver_test.py
+++ b/service/test/unit/runserver_test.py
@@ -81,7 +81,7 @@ class RunserverTest(unittest.TestCase):
pixelated.runserver.start_services(args)
- verify(app_factory).create_app(any(),args)
+ verify(app_factory).create_app(any(), args)
def spin_up_fifo(self, test_fifo):
with open(test_fifo, 'w') as fifo: