ソースを参照

chore (tests): update config_flow tests for translation change

Jason Rumney 1 週間 前
コミット
505cc80e5b
1 ファイル変更1 行追加1 行削除
  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,