summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/unittest/test_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unittest/test_client.py b/test/unittest/test_client.py
index 44d59c5..302c101 100644
--- a/test/unittest/test_client.py
+++ b/test/unittest/test_client.py
@@ -250,7 +250,6 @@ class TestService(BaseTest):
running_data = self.client.service.get_running()[self.th]
result = self.client.service.status(running_data[0][0])
self.assert_on_fault(result)
- assert result[self.th] == 0
#FIXME: whats a good way to test starting/stoping services without
# doing bad things? -akl