We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0ecf0 commit 8e5f926Copy full SHA for 8e5f926
tests/components/togrill/test_number.py
@@ -229,7 +229,7 @@ async def test_set_number_disconnected(
229
)
230
mock_client.is_connected = False
231
232
- with pytest.raises(HomeAssistantError, match=""):
+ with pytest.raises(HomeAssistantError):
233
await hass.services.async_call(
234
NUMBER_DOMAIN,
235
SERVICE_SET_VALUE,
0 commit comments