Minor improvements of service helper (#147079)

This commit is contained in:
Erik Montnemery
2025-06-19 01:17:12 +02:00
committed by GitHub
parent 6befd065a1
commit 8d8ff011fc
2 changed files with 7 additions and 4 deletions

View File

@@ -1141,7 +1141,7 @@ async def test_async_get_all_descriptions_failing_integration(
descriptions = await service.async_get_all_descriptions(hass)
assert len(descriptions) == 3
assert "Failed to load integration: logger" in caplog.text
assert "Failed to load services.yaml for integration: logger" in caplog.text
# Services are empty defaults if the load fails but should
# not raise