Merge "Fix the misspelling of "except""

This commit is contained in:
Zuul 2019-01-09 08:57:40 +00:00 committed by Gerrit Code Review
commit c932eac77e
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'),