Add translation checks for service exceptions (#131266)

* Add translation checks for service exceptions

* Adjust

* Remove invalid comment
This commit is contained in:
epenet
2024-11-27 08:46:45 +01:00
committed by GitHub
parent 00c4fa4146
commit 2b939ce6ec
2 changed files with 54 additions and 1 deletions

View File

@@ -2390,6 +2390,9 @@ async def test_execute_script(
),
],
)
@pytest.mark.parametrize(
"ignore_translations", ["component.test.exceptions.test_error.message"]
)
async def test_execute_script_err_localization(
hass: HomeAssistant,
websocket_client: MockHAClientWebSocket,