mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 07:25:52 -05:00
Add missing translation string to philips_js (#130637)
This commit is contained in:
@@ -161,10 +161,6 @@ async def test_pairing(hass: HomeAssistant, mock_tv_pairable, mock_setup_entry)
|
||||
assert len(mock_setup_entry.mock_calls) == 1
|
||||
|
||||
|
||||
@pytest.mark.parametrize( # Remove when translations fixed
|
||||
"ignore_translations",
|
||||
["component.philips_js.config.abort.pairing_failure"],
|
||||
)
|
||||
async def test_pair_request_failed(
|
||||
hass: HomeAssistant, mock_tv_pairable, mock_setup_entry
|
||||
) -> None:
|
||||
@@ -192,10 +188,6 @@ async def test_pair_request_failed(
|
||||
}
|
||||
|
||||
|
||||
@pytest.mark.parametrize( # Remove when translations fixed
|
||||
"ignore_translations",
|
||||
["component.philips_js.config.abort.pairing_failure"],
|
||||
)
|
||||
async def test_pair_grant_failed(
|
||||
hass: HomeAssistant, mock_tv_pairable, mock_setup_entry
|
||||
) -> None:
|
||||
|
||||
Reference in New Issue
Block a user