Merge "Fix the misspelling of "except""

This commit is contained in:
Zuul 2019-01-09 08:58:39 +00:00 committed by Gerrit Code Review
commit e94ee04339
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([])