Typo
Change-Id: I63049a5cd21ee85fb751c1dfe40224f76752016e
This commit is contained in:

committed by
David Shrewsbury

parent
7f70dc8ac8
commit
ae895c5c60
@@ -117,7 +117,7 @@ class TestCase(test.BaseTestCase):
|
||||
class ServiceTestCase(test.BaseTestCase):
|
||||
"""Base test case for Libra tests."""
|
||||
def setUp(self):
|
||||
super(TestBase, self).setUp()
|
||||
super(ServiceTestCase, self).setUp()
|
||||
options.add_common_opts()
|
||||
self.CONF = self.useFixture(config.Config(options.CONF)).conf
|
||||
|
||||
|
Reference in New Issue
Block a user