Store runtime data inside the config entry in Litter Robot (#119547)
This commit is contained in:
parent
9c5879656c
commit
64cef6e082
10 changed files with 38 additions and 57 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue