Merge "Fix typo in test_qnap"

This commit is contained in:
Zuul 2018-02-27 16:35:17 +00:00 committed by Gerrit Code Review
commit c8d6e374e1

View File

@ -3861,7 +3861,7 @@ class QnapAPIExecutorEsTestCase(QnapDriverBaseTestCase):
def test_delete_snapshot_api(
self,
mock_http_connection):
"""Test api de;ete snapshot."""
"""Test api delete snapshot."""
mock_http_connection.return_value.getresponse.side_effect = ([
FakeLoginResponse(),
FakeGetBasicInfoResponse(),