diff --git a/cinder/tests/unit/volume/drivers/test_qnap.py b/cinder/tests/unit/volume/drivers/test_qnap.py index f50e446a08c..60bc0fa88a6 100644 --- a/cinder/tests/unit/volume/drivers/test_qnap.py +++ b/cinder/tests/unit/volume/drivers/test_qnap.py @@ -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(),