summaryrefslogtreecommitdiff
path: root/saharaclient/tests/unit/osc/v1/test_jobs.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_jobs.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_jobs.py')
-rw-r--r--saharaclient/tests/unit/osc/v1/test_jobs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/saharaclient/tests/unit/osc/v1/test_jobs.py b/saharaclient/tests/unit/osc/v1/test_jobs.py
index 82ce3d8..fc325f2 100644
--- a/saharaclient/tests/unit/osc/v1/test_jobs.py
+++ b/saharaclient/tests/unit/osc/v1/test_jobs.py
@@ -57,6 +57,7 @@ class TestJobs(fakes.TestDataProcessing):
super(TestJobs, self).setUp()
self.je_mock = self.app.client_manager.data_processing.job_executions
self.je_mock.reset_mock()
+ self.app.api_version['data_processing'] = '1'
class TestExecuteJob(TestJobs):