Reset tts test

pull/132599/head
G Johansson 2025-01-18 13:46:41 +00:00 committed by Franck Nijhof
parent d973e42c97
commit 557caa7ecb
1 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@ from .common import (
)
from tests.common import (
MockEntityPlatform,
MockModule,
async_mock_service,
mock_integration,
@ -62,7 +61,6 @@ class DefaultEntity(tts.TextToSpeechEntity):
async def test_default_entity_attributes(hass: HomeAssistant) -> None:
"""Test default entity attributes."""
entity = DefaultEntity()
entity.platform = MockEntityPlatform(hass)
assert entity.hass is None
assert entity.default_language == DEFAULT_LANG