Skip to content

Commit

Permalink
more comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Aug 23, 2016
1 parent 4760c3c commit 18148c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions consular/tests/test_main.py
Expand Up @@ -1160,8 +1160,8 @@ def test_purge_task_lost_services(self):
}))
)

# Expecting a request for the tasks for a given app, returning
# 1 of which only has the TASK_RUNNING state.
# Expecting a request for the tasks for a given app,
# returning only 1 task with state `TASK_RUNNING`
testingapp_request = yield self.requests.get()
self.assertEqual(testingapp_request['url'],
'http://localhost:8080/v2/apps/testinggroup/someid1/'
Expand Down Expand Up @@ -1203,7 +1203,6 @@ def test_purge_task_lost_services(self):
FakeResponse(200, [], json.dumps({})))
yield d


@inlineCallbacks
def test_purge_old_services(self):
"""
Expand Down

0 comments on commit 18148c9

Please sign in to comment.