mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Code styling tweaks to the tests - Part 1 (#86192)
This commit is contained in:
@@ -301,7 +301,10 @@ async def async_test_home_assistant(event_loop, load_registries=True):
|
||||
hass.config_entries = config_entries.ConfigEntries(
|
||||
hass,
|
||||
{
|
||||
"_": "Not empty or else some bad checks for hass config in discovery.py breaks"
|
||||
"_": (
|
||||
"Not empty or else some bad checks for hass config in discovery.py"
|
||||
" breaks"
|
||||
)
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user