mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Raise repairs issue if automation calls unknown service (#76949)
This commit is contained in:
@@ -696,6 +696,7 @@ async def test_not_fires_on_mqtt_message_after_remove_from_registry(
|
||||
):
|
||||
"""Test triggers not firing after removal."""
|
||||
assert await async_setup_component(hass, "config", {})
|
||||
assert await async_setup_component(hass, "repairs", {})
|
||||
await hass.async_block_till_done()
|
||||
await mqtt_mock_entry_no_yaml_config()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user