summaryrefslogtreecommitdiff
path: root/cinder/tests/unit/api/v2/test_snapshots.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinder/tests/unit/api/v2/test_snapshots.py')
-rw-r--r--cinder/tests/unit/api/v2/test_snapshots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinder/tests/unit/api/v2/test_snapshots.py b/cinder/tests/unit/api/v2/test_snapshots.py
index ce58abb40..d85ae2d33 100644
--- a/cinder/tests/unit/api/v2/test_snapshots.py
+++ b/cinder/tests/unit/api/v2/test_snapshots.py
@@ -528,7 +528,7 @@ class SnapshotApiTest(test.TestCase):
@mock.patch.object(db, 'snapshot_get_all_by_project')
@mock.patch('cinder.db.snapshot_metadata_get', return_value=dict())
- def test_list_snpashots_with_wrong_limit_and_offset(self,
+ def test_list_snapshots_with_wrong_limit_and_offset(self,
mock_metadata_get,
mock_snapshot_get_all):
"""Test list with negative and non numeric limit and offset."""