mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Remove unused tts fixture (#113480)
This commit is contained in:
parent
bdede0e0da
commit
dd9fdac51e
@ -43,12 +43,6 @@ from tests.typing import ClientSessionGenerator, WebSocketGenerator
|
||||
ORIG_WRITE_TAGS = tts.SpeechManager.write_tags
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
async def setup_tts(hass: HomeAssistant, mock_tts: None) -> None:
|
||||
"""Mock TTS."""
|
||||
assert await async_setup_component(hass, tts.DOMAIN, {"tts": {"platform": "test"}})
|
||||
|
||||
|
||||
class DefaultEntity(tts.TextToSpeechEntity):
|
||||
"""Test entity."""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user