Remove unnecessary patch from toon tests (#146691)

This commit is contained in:
Marc Mueller 2025-06-13 12:53:33 +02:00 committed by GitHub
parent 7c575d0316
commit 704118b3d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,6 @@ async def setup_component(hass: HomeAssistant) -> None:
{"external_url": "https://example.com"},
)
with patch("os.path.isfile", return_value=False):
assert await async_setup_component(
hass,
DOMAIN,