summaryrefslogtreecommitdiff
path: root/saharaclient/tests/unit/osc/v1/test_node_group_templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/tests/unit/osc/v1/test_node_group_templates.py')
-rw-r--r--saharaclient/tests/unit/osc/v1/test_node_group_templates.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/saharaclient/tests/unit/osc/v1/test_node_group_templates.py b/saharaclient/tests/unit/osc/v1/test_node_group_templates.py
index b23a4e4..10dc5aa 100644
--- a/saharaclient/tests/unit/osc/v1/test_node_group_templates.py
+++ b/saharaclient/tests/unit/osc/v1/test_node_group_templates.py
@@ -59,6 +59,7 @@ class TestNodeGroupTemplates(fakes.TestDataProcessing):
self.ngt_mock = (
self.app.client_manager.data_processing.node_group_templates)
self.ngt_mock.reset_mock()
+ self.app.api_version['data_processing'] = '1'
class TestCreateNodeGroupTemplate(TestNodeGroupTemplates):