mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Add translation checks for service exceptions (#131266)
* Add translation checks for service exceptions * Adjust * Remove invalid comment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user