Trivial: Fix incorrect comments in test_baremetal.py
s/FlavorManager/baremetal manager mock/ Change-Id: I5bb4c7e97437b91d5f37862112e20cca30d6dff5
This commit is contained in:
@@ -27,7 +27,7 @@ class TestBaremetal(baremetal_fakes.TestBaremetal):
|
||||
def setUp(self):
|
||||
super(TestBaremetal, self).setUp()
|
||||
|
||||
# Get a shortcut to the FlavorManager Mock
|
||||
# Get a shortcut to the baremetal manager mock
|
||||
self.baremetal_mock = self.app.client_manager.baremetal
|
||||
self.baremetal_mock.reset_mock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user