Fix bug in check_translations fixture (#139206)

* Fix bug in check_translations fixture

* Fix check for ignored translation errors

* Fix websocket_api test
This commit is contained in:
Erik Montnemery
2025-02-24 22:19:18 +01:00
committed by GitHub
parent 72f690d681
commit b662d32e44
2 changed files with 9 additions and 2 deletions

View File

@@ -540,6 +540,10 @@ async def test_call_service_schema_validation_error(
assert len(calls) == 0
@pytest.mark.parametrize(
"ignore_translations",
["component.test.exceptions.custom_error.message"],
)
async def test_call_service_error(
hass: HomeAssistant, websocket_client: MockHAClientWebSocket
) -> None: