Fix togrill test warning (#150933)

This commit is contained in:
Marc Mueller
2025-08-20 11:20:55 +02:00
committed by GitHub
parent 3d0ecf0585
commit 8e5f9264b6

View File

@@ -229,7 +229,7 @@ async def test_set_number_disconnected(
)
mock_client.is_connected = False
with pytest.raises(HomeAssistantError, match=""):
with pytest.raises(HomeAssistantError):
await hass.services.async_call(
NUMBER_DOMAIN,
SERVICE_SET_VALUE,