summaryrefslogtreecommitdiff
path: root/saharaclient/tests/unit/osc/v1/test_job_types.py
diff options
context:
space:
mode:
authorTelles Nobrega <tenobreg@redhat.com>2018-07-12 21:02:52 -0300
committerTelles Nobrega <tellesnobrega@gmail.com>2019-01-10 20:15:23 -0300
commit3f6f2d1128314e541f5a9036b1560a0f8e79ac32 (patch)
treee9e1544224db9820281dd5faf330e2b278bfd33b /saharaclient/tests/unit/osc/v1/test_job_types.py
parent2a66f9a7150cd92e45f29bb028b60863a27fa443 (diff)
downloadpython-saharaclient-3f6f2d1128314e541f5a9036b1560a0f8e79ac32.tar.gz
Preparing OSC for APIv2
On the way to have APIv2 as stable we need to have it available on the OSC for sahara. Change-Id: I84f4bc56c641caad7c04190c7a344a6773440eef
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):