Merge "Fix typo in test_qnap"
This commit is contained in:
commit
c8d6e374e1
@ -3861,7 +3861,7 @@ class QnapAPIExecutorEsTestCase(QnapDriverBaseTestCase):
|
|||||||
def test_delete_snapshot_api(
|
def test_delete_snapshot_api(
|
||||||
self,
|
self,
|
||||||
mock_http_connection):
|
mock_http_connection):
|
||||||
"""Test api de;ete snapshot."""
|
"""Test api delete snapshot."""
|
||||||
mock_http_connection.return_value.getresponse.side_effect = ([
|
mock_http_connection.return_value.getresponse.side_effect = ([
|
||||||
FakeLoginResponse(),
|
FakeLoginResponse(),
|
||||||
FakeGetBasicInfoResponse(),
|
FakeGetBasicInfoResponse(),
|
||||||
|
Loading…
Reference in New Issue
Block a user