Remove unreachable code from test_cli20 class

Change-Id: Ic97efb9a066e4709ee07405d9964988bfb659eff
This commit is contained in:
Ilya Shakhat
2015-01-13 17:12:35 +03:00
parent adf358d2b0
commit 86fede6e01

View File

@@ -177,11 +177,6 @@ class CLITestV20Base(base.BaseTestCase):
def _get_attr_metadata(self):
return self.metadata
client.Client.EXTED_PLURALS.update(constants.PLURALS)
client.Client.EXTED_PLURALS.update({'tags': 'tag'})
return {'plurals': client.Client.EXTED_PLURALS,
'xmlns': constants.XML_NS_V20,
constants.EXT_NS: {'prefix': 'http://xxxx.yy.com'}}
def setUp(self, plurals=None):
"""Prepare the test environment."""