mirror of
https://github.com/home-assistant/core.git
synced 2025-09-01 10:51:47 +02:00
Fix togrill test warning (#150933)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user