This commit is contained in:
epenet 2025-02-11 15:27:42 +00:00
parent a66c3218f5
commit 478ec2b377

View File

@ -91,8 +91,6 @@ async def test_manual_update_entity(
assert await hass.config_entries.async_setup(config_entry.entry_id) assert await hass.config_entries.async_setup(config_entry.entry_id)
await hass.async_block_till_done() await hass.async_block_till_done()
assert len(config_entry.runtime_data.devices) == 2
await async_setup_component(hass, "homeassistant", {}) await async_setup_component(hass, "homeassistant", {})
call_count = aioclient_mock.call_count call_count = aioclient_mock.call_count