mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Code styling tweaks to the tests - Part 1 (#86192)
This commit is contained in:
@@ -114,6 +114,6 @@ async def test_serialize_discovery_recovers(hass, caplog):
|
||||
|
||||
assert "Alexa.PowerController" not in interfaces
|
||||
assert (
|
||||
f"Error serializing Alexa.PowerController discovery"
|
||||
"Error serializing Alexa.PowerController discovery"
|
||||
f" for {hass.states.get('switch.bla')}"
|
||||
) in caplog.text
|
||||
|
||||
Reference in New Issue
Block a user