Remove config parsing call from test setup
Change-Id: Ib30e45d87fc85052114e5727a200e2102c4face6 Fixes: bug #1256027
This commit is contained in:
parent
e352299f63
commit
03f2cb5037
@ -64,7 +64,6 @@ class TestCase(test.BaseTestCase):
|
||||
"""Run before each test method to initialize test environment."""
|
||||
super(TestCase, self).setUp()
|
||||
self.useFixture(config.Config())
|
||||
cfg.CONF([], project='climate')
|
||||
self.context_mock = None
|
||||
|
||||
def patch(self, obj, attr):
|
||||
|
Loading…
Reference in New Issue
Block a user