Explorar o código

chore (tests): update config_flow tests for translation change

Jason Rumney hai 3 meses
pai
achega
505cc80e5b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,