From 9edfedc36751912e0c427f753db7f4f4e40609cd Mon Sep 17 00:00:00 2001 From: lijunjie Date: Fri, 4 Jan 2019 17:27:43 +0800 Subject: [PATCH] Fix the misspelling of "except" Change-Id: I377e293d69dcff4fad7233adcb35b330225d4600 --- 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 4c7c89c6..d33f803d 100644 --- a/unit_tests/test_actions.py +++ b/unit_tests/test_actions.py @@ -66,7 +66,7 @@ class ClusterStatusTestCase(CharmTestCase): universal_newlines=True) self.action_set.assert_called() - def test_cluster_status_execption(self): + def test_cluster_status_exception(self): self.check_output.side_effect = actions.CalledProcessError(1, "Failure") actions.cluster_status([])