Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Jan 2, 2025
1 parent 4a18a38 commit 08275cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ async def test_import_twice(hass):


# TODO: Fix, broken for all supported versions
# But in ≤2024.5 it gives homeassistant.config_entries.UnknownEntry: cd69dbda65bd3f86e9a32d974cdfa23f
# and ≥2024.6 it times out
async def test_changing_options_when_using_yaml(hass):
"""Test changing options when using YAML."""
entry = MockConfigEntry(
Expand All @@ -126,6 +128,7 @@ async def test_changing_options_when_using_yaml(hass):
)
entry.add_to_hass(hass)

await hass.block_till_done()
await hass.config_entries.async_setup(entry.entry_id)

result = await hass.config_entries.options.async_init(entry.entry_id)
Expand Down

0 comments on commit 08275cf

Please sign in to comment.