summaryrefslogtreecommitdiff
path: root/saharaclient/tests/unit/osc/v1/test_data_sources.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/tests/unit/osc/v1/test_data_sources.py')
-rw-r--r--saharaclient/tests/unit/osc/v1/test_data_sources.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/saharaclient/tests/unit/osc/v1/test_data_sources.py b/saharaclient/tests/unit/osc/v1/test_data_sources.py
index 8753206..c37d8ab 100644
--- a/saharaclient/tests/unit/osc/v1/test_data_sources.py
+++ b/saharaclient/tests/unit/osc/v1/test_data_sources.py
@@ -33,6 +33,7 @@ class TestDataSources(fakes.TestDataProcessing):
self.ds_mock = (
self.app.client_manager.data_processing.data_sources)
self.ds_mock.reset_mock()
+ self.app.api_version['data_processing'] = '1'
class TestCreateDataSource(TestDataSources):