Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Jul 17, 2015
1 parent 58bd83d commit a7f3d9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion consular/tests/test_main.py
Expand Up @@ -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': {
Expand Down

0 comments on commit a7f3d9c

Please sign in to comment.