Add space between parameters
Change-Id: I239eb0a4b6f5e689e68a71f5880ca46538019550
This commit is contained in:
parent
69dbbcfb29
commit
f86c539aaf
@ -233,7 +233,7 @@ class TestConfig(TestCase):
|
||||
config.read(node)
|
||||
|
||||
LOGGER.error.assert_called_with(
|
||||
'Invalid unit configuration: %s',"NOT_UNITS")
|
||||
'Invalid unit configuration: %s', "NOT_UNITS")
|
||||
self.assertEqual('None', config.unit('age', None))
|
||||
|
||||
def test_libvirt_meter_enabled(self):
|
||||
|
Loading…
Reference in New Issue
Block a user