Sfoglia il codice sorgente

chore (tests): update config_flow tests for translation change

Jason Rumney 1 settimana fa
parent
commit
505cc80e5b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/test_config_flow.py

+ 1 - 1
tests/test_config_flow.py

@@ -243,7 +243,7 @@ async def test_flow_user_init(hass):
     )
     expected = {
         "data_schema": ANY,
-        "description_placeholders": None,
+        "description_placeholders": ANY,
         "errors": {},
         "flow_id": ANY,
         "handler": DOMAIN,