diff --git a/tests/components/togrill/test_number.py b/tests/components/togrill/test_number.py index 05ef6b49d07..f6031e114d1 100644 --- a/tests/components/togrill/test_number.py +++ b/tests/components/togrill/test_number.py @@ -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,