Fix typo in tts tests (#94725)

This commit is contained in:
Erik Montnemery 2023-06-17 03:08:14 +02:00 committed by GitHub
parent 68cf796be8
commit 4f669b326f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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