String formatting improvements for tests (#33663)
This commit is contained in:
parent
1c25468b21
commit
906385172a
33 changed files with 129 additions and 155 deletions
|
@ -94,7 +94,7 @@ class TestScriptComponent(unittest.TestCase):
|
|||
):
|
||||
assert not setup_component(
|
||||
self.hass, "script", {"script": value}
|
||||
), "Script loaded with wrong config {}".format(value)
|
||||
), f"Script loaded with wrong config {value}"
|
||||
|
||||
assert 0 == len(self.hass.states.entity_ids("script"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue