Fix the misspelling of "except"

Change-Id: I377e293d69dcff4fad7233adcb35b330225d4600
This commit is contained in:
lijunjie 2019-01-04 17:27:43 +08:00
parent cdef3f6885
commit 9edfedc367
1 changed files with 1 additions and 1 deletions

View File

@ -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([])