summaryrefslogtreecommitdiff
path: root/saharaclient/tests/unit/osc/v1/test_job_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/tests/unit/osc/v1/test_job_types.py')
-rw-r--r--saharaclient/tests/unit/osc/v1/test_job_types.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/saharaclient/tests/unit/osc/v1/test_job_types.py b/saharaclient/tests/unit/osc/v1/test_job_types.py
index 8a1a471..ccc7be3 100644
--- a/saharaclient/tests/unit/osc/v1/test_job_types.py
+++ b/saharaclient/tests/unit/osc/v1/test_job_types.py
@@ -47,6 +47,7 @@ class TestJobTypes(fakes.TestDataProcessing):
self.jt_mock = self.app.client_manager.data_processing.job_types
self.jt_mock.reset_mock()
self.job_mock.reset_mock()
+ self.app.api_version['data_processing'] = '1'
class TestListJobTemplates(TestJobTypes):