Fix small typo in test case class name

Change-Id: I471643037e91d34850862994c083becebed2e04c
This commit is contained in:
Pierre Riteau 2018-11-07 14:25:51 +00:00
parent 7ee3c800ea
commit 82b552654e
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')