mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix typo in tts tests (#94725)
This commit is contained in:
parent
68cf796be8
commit
4f669b326f
@ -211,7 +211,7 @@ async def mock_config_entry_setup(
|
|||||||
async def async_unload_entry_init(
|
async def async_unload_entry_init(
|
||||||
hass: HomeAssistant, config_entry: ConfigEntry
|
hass: HomeAssistant, config_entry: ConfigEntry
|
||||||
) -> bool:
|
) -> bool:
|
||||||
"""Unload up test config entry."""
|
"""Unload test config entry."""
|
||||||
await hass.config_entries.async_forward_entry_unload(config_entry, TTS_DOMAIN)
|
await hass.config_entries.async_forward_entry_unload(config_entry, TTS_DOMAIN)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user