1
0
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:
Erik Montnemery
2026-02-17 10:11:08 +01:00
committed by GitHub
parent 9c57be215f
commit 9b1812858b
-2
View File
@@ -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,