From 18148c91ba949f08b97c699bad7c91c86b648356 Mon Sep 17 00:00:00 2001 From: Simon de Haan Date: Tue, 23 Aug 2016 17:39:57 +0200 Subject: [PATCH] more comment updates --- consular/tests/test_main.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/consular/tests/test_main.py b/consular/tests/test_main.py index f3ebbc6..4f5b104 100644 --- a/consular/tests/test_main.py +++ b/consular/tests/test_main.py @@ -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/' @@ -1203,7 +1203,6 @@ def test_purge_task_lost_services(self): FakeResponse(200, [], json.dumps({}))) yield d - @inlineCallbacks def test_purge_old_services(self): """