mirror of
https://github.com/home-assistant/core.git
synced 2025-11-17 06:50:12 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user