From 7fcb8bbc8794238bf2d4fb2339395651342ec8a2 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Fri, 18 Nov 2022 10:12:38 -0500 Subject: Tests: Fix typo'd unit test name "snpashots" -> "snapshots" to make it easier to find this unit test. Change-Id: I9a8bcb68f2c6f9a85b862e7bbb5dbf5a65486ae4 --- cinder/tests/unit/api/v2/test_snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.""" -- cgit v1.2.1