Skip to content

Commit 8e5f926

Browse files
authored
Fix togrill test warning (home-assistant#150933)
1 parent 3d0ecf0 commit 8e5f926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/togrill/test_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ async def test_set_number_disconnected(
229229
)
230230
mock_client.is_connected = False
231231

232-
with pytest.raises(HomeAssistantError, match=""):
232+
with pytest.raises(HomeAssistantError):
233233
await hass.services.async_call(
234234
NUMBER_DOMAIN,
235235
SERVICE_SET_VALUE,

0 commit comments

Comments
 (0)