Skip to content

Commit

Permalink
Remove unused tts fixture (home-assistant#113480)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Mar 15, 2024
1 parent bdede0e commit dd9fdac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/components/tts/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
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."""

Expand Down

0 comments on commit dd9fdac

Please sign in to comment.