mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +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(
|
||||
hass: HomeAssistant, config_entry: ConfigEntry
|
||||
) -> bool:
|
||||
"""Unload up test config entry."""
|
||||
"""Unload test config entry."""
|
||||
await hass.config_entries.async_forward_entry_unload(config_entry, TTS_DOMAIN)
|
||||
return True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user