summaryrefslogtreecommitdiff
path: root/openstackclient/tests/image/v1/test_image.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/tests/image/v1/test_image.py')
-rw-r--r--openstackclient/tests/image/v1/test_image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/image/v1/test_image.py b/openstackclient/tests/image/v1/test_image.py
index b0436b9a..99c0b0ee 100644
--- a/openstackclient/tests/image/v1/test_image.py
+++ b/openstackclient/tests/image/v1/test_image.py
@@ -417,7 +417,7 @@ class TestImageList(TestImage):
self.assertEqual(self.columns, columns)
self.assertEqual(self.datalist, tuple(data))
- @mock.patch('openstackclient.common.utils.sort_items')
+ @mock.patch('osc_lib.utils.sort_items')
def test_image_list_sort_option(self, si_mock):
si_mock.side_effect = [
[copy.deepcopy(image_fakes.IMAGE)], [],