mirror of
https://github.com/home-assistant/core.git
synced 2025-09-04 04:11:37 +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
|
mock_client.is_connected = False
|
||||||
|
|
||||||
with pytest.raises(HomeAssistantError, match=""):
|
with pytest.raises(HomeAssistantError):
|
||||||
await hass.services.async_call(
|
await hass.services.async_call(
|
||||||
NUMBER_DOMAIN,
|
NUMBER_DOMAIN,
|
||||||
SERVICE_SET_VALUE,
|
SERVICE_SET_VALUE,
|
||||||
|
Reference in New Issue
Block a user