Merge "Fix small typo in test case class name"

This commit is contained in:
Zuul 2018-11-20 09:49:24 +00:00 committed by Gerrit Code Review
commit fca1f13315
1 changed files with 2 additions and 2 deletions

View File

@ -46,10 +46,10 @@ class AggregateFake(object):
self.hosts = hosts
class PhysicalHostPlugingSetupOnlyTestCase(tests.TestCase):
class PhysicalHostPluginSetupOnlyTestCase(tests.TestCase):
def setUp(self):
super(PhysicalHostPlugingSetupOnlyTestCase, self).setUp()
super(PhysicalHostPluginSetupOnlyTestCase, self).setUp()
self.cfg = self.useFixture(conf_fixture.Config(CONF))
self.cfg.config(os_admin_username='fake-user')