From 8e5f9264b615e593e75aae30abdfbbaf6975b6f8 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:20:55 +0200 Subject: [PATCH] Fix togrill test warning (#150933) --- tests/components/togrill/test_number.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,