From 68da8ddd2aa2db8ce98e8785acf6789386b8532c Mon Sep 17 00:00:00 2001 From: Alberto Donato Date: Wed, 2 Sep 2015 14:40:06 +0300 Subject: [PATCH] Fix docstring. --- unit_tests/test_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/test_actions.py b/unit_tests/test_actions.py index f34e353e..2b11df8f 100644 --- a/unit_tests/test_actions.py +++ b/unit_tests/test_actions.py @@ -105,7 +105,7 @@ class ResumeTestCase(CharmTestCase): self.assertEqual(resume_calls, ['haproxy', 'glance-api']) def test_status_mode(self): - """Resume action sets the status to maintenance.""" + """Resume action sets the status to active.""" status_calls = [] self.status_set.side_effect = lambda state, msg: status_calls.append( state)