String formatting improvements for tests (#33663)
This commit is contained in:
parent
1c25468b21
commit
906385172a
33 changed files with 129 additions and 155 deletions
|
@ -77,7 +77,7 @@ class TestSwitch(unittest.TestCase):
|
|||
switch.DOMAIN,
|
||||
{
|
||||
switch.DOMAIN: {CONF_PLATFORM: "test"},
|
||||
"{} 2".format(switch.DOMAIN): {CONF_PLATFORM: "test2"},
|
||||
f"{switch.DOMAIN} 2": {CONF_PLATFORM: "test2"},
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue