Fix missing translations in toon (#130655)

This commit is contained in:
epenet 2024-11-15 01:50:09 +01:00 committed by Franck Nijhof
parent 1cabcdf257
commit f74bfdc974
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 1 additions and 4 deletions

View File

@ -16,6 +16,7 @@
"already_configured": "The selected agreement is already configured.",
"unknown_authorize_url_generation": "[%key:common::config_flow::abort::unknown_authorize_url_generation%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"connection_error": "[%key:common::config_flow::error::cannot_connect%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"no_agreements": "This account has no Toon displays.",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",

View File

@ -249,10 +249,6 @@ async def test_agreement_already_set_up(
assert result3["reason"] == "already_configured"
@pytest.mark.parametrize( # Remove when translations fixed
"ignore_translations",
["component.toon.config.abort.connection_error"],
)
@pytest.mark.usefixtures("current_request_with_host")
async def test_toon_abort(
hass: HomeAssistant,