Skip to content

Commit 6edf4e9

Browse files
committed
Config flow tests: update tests for HA 2025.3
- add empty subentries placeholder to allow tests to pass against HA 2025.3 - bump required test framework version to ensure tests are carried out against that version.
1 parent 54aa6dc commit 6edf4e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fuzzywuzzy
22
levenshtein
3-
pytest-homeassistant-custom-component>=0.13.201
3+
pytest-homeassistant-custom-component>=0.13.221
44
pytest
55
pytest-asyncio
66
pytest-cov

tests/test_config_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ async def test_flow_choose_entities_creates_config_entry(hass, bypass_setup):
513513
"description": None,
514514
"description_placeholders": None,
515515
"result": ANY,
516+
"subentries": (),
516517
"options": {},
517518
"data": {
518519
CONF_DEVICE_ID: "deviceid",

0 commit comments

Comments
 (0)