1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Clean up stale comment in AI Task test (#152492)

This commit is contained in:
Paulus Schoutsen
2025-09-17 11:17:20 -04:00
committed by GitHub
parent 38f65cda98
commit 87658e77a7

View File

@@ -33,6 +33,3 @@ async def test_local_media_source(hass: HomeAssistant, init_components: None) ->
match="AI Task media source requires at least one media directory configured",
):
await async_get_media_source(hass)
# The following is from media_source/__init__.py for reference