From a7f3d9c6a02f72f7e17152393fcbc3c25b626666 Mon Sep 17 00:00:00 2001 From: Simon de Haan Date: Fri, 17 Jul 2015 09:09:16 +0200 Subject: [PATCH] fix flake8 --- consular/tests/test_main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/consular/tests/test_main.py b/consular/tests/test_main.py index 3518597..83ff0d3 100644 --- a/consular/tests/test_main.py +++ b/consular/tests/test_main.py @@ -250,7 +250,8 @@ def test_sync_app_task(self): task = {'id': 'my-task-id', 'host': '0.0.0.0', 'ports': [1234]} d = self.consular.sync_app_task(app, task) consul_request = yield self.consul_requests.get() - self.assertEqual(consul_request['path'], '/v1/catalog/service/register') + self.assertEqual(consul_request['path'], + '/v1/catalog/service/register') self.assertEqual(consul_request['data'], { 'Node': '0.0.0.0', 'Service': {