Fix the misspelling of "except"

Change-Id: I0d83a5ac4ca7e377a096adc9d23cf284ab1f997d
This commit is contained in:
lijunjie 2019-01-04 17:15:14 +08:00
parent 14cf03c9a2
commit 8eaefe37b5
1 changed files with 1 additions and 1 deletions

View File

@ -1328,7 +1328,7 @@ class NovaCCUtilsTests(CharmTestCase):
self.assertEqual(mock_popen.mock_calls, expectd_calls)
@patch('subprocess.Popen')
def test_archive_deleted_rows_excpetion(self, mock_popen):
def test_archive_deleted_rows_exception(self, mock_popen):
process_mock = MagicMock()
attrs = {
'communicate.return_value': ('output', 'error'),