mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 21:40:16 +00:00
Remove translations from WS get_services and REST /api/services (#147120)
This commit is contained in:
@@ -375,10 +375,6 @@ async def test_api_get_services(
|
||||
"homeassistant.helpers.service._load_services_file",
|
||||
side_effect=_load_services_file,
|
||||
),
|
||||
patch(
|
||||
"homeassistant.helpers.service.translation.async_get_translations",
|
||||
return_value={},
|
||||
),
|
||||
):
|
||||
resp = await mock_api_client.get(const.URL_API_SERVICES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user