summaryrefslogtreecommitdiff
path: root/saharaclient/tests/unit/osc/v1/test_images.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/tests/unit/osc/v1/test_images.py')
-rw-r--r--saharaclient/tests/unit/osc/v1/test_images.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/saharaclient/tests/unit/osc/v1/test_images.py b/saharaclient/tests/unit/osc/v1/test_images.py
index d116c04..457b3f0 100644
--- a/saharaclient/tests/unit/osc/v1/test_images.py
+++ b/saharaclient/tests/unit/osc/v1/test_images.py
@@ -32,6 +32,7 @@ class TestImages(fakes.TestDataProcessing):
self.image_mock = (
self.app.client_manager.data_processing.images)
self.image_mock.reset_mock()
+ self.app.api_version['data_processing'] = '1'
class TestListImages(TestImages):