Selaa lähdekoodia

chore (tests): update config_flow tests for translation change

Jason Rumney 3 kuukautta sitten
vanhempi
commit
505cc80e5b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,