Merge "Fix typo error"

This commit is contained in:
Jenkins 2016-11-17 05:47:09 +00:00 committed by Gerrit Code Review
commit f2431b5d24
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ class BackupCephTestCase(test.TestCase):
self.assertFalse(mock_meta_backup.set.called)
@common_mocks
def test_backup_metata_error(self):
def test_backup_metadata_error(self):
"""Ensure that delete() is called if the metadata backup fails.
Also ensure that the exception is propagated to the caller.