Add missing translation string to philips_js (#130637)

This commit is contained in:
epenet
2024-11-14 19:40:38 +01:00
committed by GitHub
parent 7c34f5ea56
commit 2c8f038c39
2 changed files with 1 additions and 9 deletions
@@ -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: