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:
@@ -75,7 +75,7 @@ async def test_reading_broken_yaml_config(hass):
|
||||
"badkey.yaml": "@:\n name: Device",
|
||||
"noname.yaml": "my_device:\n",
|
||||
"allok.yaml": "My Device:\n name: Device",
|
||||
"oneok.yaml": ("My Device!:\n name: Device\nbad_device:\n nme: Device"),
|
||||
"oneok.yaml": "My Device!:\n name: Device\nbad_device:\n nme: Device",
|
||||
}
|
||||
args = {"hass": hass, "consider_home": timedelta(seconds=60)}
|
||||
with patch_yaml_files(files):
|
||||
|
||||
Reference in New Issue
Block a user