Reset tts test 2

This commit is contained in:
G Johansson 2025-01-18 13:47:31 +00:00 committed by Franck Nijhof
parent 557caa7ecb
commit f2125a1133

View File

@ -58,7 +58,7 @@ class DefaultEntity(tts.TextToSpeechEntity):
_attr_default_language = DEFAULT_LANG
async def test_default_entity_attributes(hass: HomeAssistant) -> None:
async def test_default_entity_attributes() -> None:
"""Test default entity attributes."""
entity = DefaultEntity()