mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Store runtime data inside the config entry in Litter Robot (#119547)
This commit is contained in:
@@ -41,8 +41,6 @@ async def test_unload_entry(hass: HomeAssistant, mock_account: MagicMock) -> Non
|
||||
getattr(mock_account.robots[0], "start_cleaning").assert_called_once()
|
||||
|
||||
assert await hass.config_entries.async_unload(entry.entry_id)
|
||||
await hass.async_block_till_done()
|
||||
assert hass.data[litterrobot.DOMAIN] == {}
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
||||
Reference in New Issue
Block a user