mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Remove unnecessary set up of other integration from automation tests (#163230)
This commit is contained in:
@@ -683,8 +683,6 @@ async def test_reload_config_handles_load_fails(
|
||||
hass: HomeAssistant, calls: list[ServiceCall]
|
||||
) -> None:
|
||||
"""Test the reload config service."""
|
||||
# Set up the homeassistant integration to load translations
|
||||
assert await async_setup_component(hass, "homeassistant", {})
|
||||
assert await async_setup_component(
|
||||
hass,
|
||||
automation.DOMAIN,
|
||||
|
||||
Reference in New Issue
Block a user