summaryrefslogtreecommitdiff
path: root/saharaclient/tests/unit/osc/v2/test_node_group_templates.py
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-11 01:27:12 +0000
committerGerrit Code Review <review@openstack.org>2019-01-11 01:27:12 +0000
commit9ebd05065d759434b6f341421fb6cce23f7b8249 (patch)
tree7b6216b4445b79f1d43c3531744cb7745b045511 /saharaclient/tests/unit/osc/v2/test_node_group_templates.py
parentf733b1007f5c1320453d4d823881bf511d0d1efe (diff)
parent3f6f2d1128314e541f5a9036b1560a0f8e79ac32 (diff)
downloadpython-saharaclient-9ebd05065d759434b6f341421fb6cce23f7b8249.tar.gz
Merge "Preparing OSC for APIv2"2.1.0
Diffstat (limited to 'saharaclient/tests/unit/osc/v2/test_node_group_templates.py')
-rw-r--r--saharaclient/tests/unit/osc/v2/test_node_group_templates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saharaclient/tests/unit/osc/v2/test_node_group_templates.py b/saharaclient/tests/unit/osc/v2/test_node_group_templates.py
index df174dd..8a70b1a 100644
--- a/saharaclient/tests/unit/osc/v2/test_node_group_templates.py
+++ b/saharaclient/tests/unit/osc/v2/test_node_group_templates.py
@@ -57,10 +57,10 @@ NGT_INFO = {
class TestNodeGroupTemplates(fakes.TestDataProcessing):
def setUp(self):
super(TestNodeGroupTemplates, self).setUp()
+ self.app.api_version['data_processing'] = '2'
self.ngt_mock = (
self.app.client_manager.data_processing.node_group_templates)
self.ngt_mock.reset_mock()
- self.app.api_version['data_processing'] = '2'
class TestCreateNodeGroupTemplate(TestNodeGroupTemplates):