mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Fix failing august test (#101560)
This commit is contained in:
parent
617ce994b4
commit
da9c42d457
@ -331,15 +331,12 @@ async def test_restored_state(
|
||||
|
||||
# Home assistant is not running yet
|
||||
hass.state = CoreState.not_running
|
||||
last_reset = "2023-09-22T00:00:00.000000+00:00"
|
||||
mock_restore_cache_with_extra_data(
|
||||
hass,
|
||||
[
|
||||
(
|
||||
fake_state,
|
||||
{
|
||||
"last_reset": last_reset,
|
||||
},
|
||||
{"native_value": "Tag Unlock", "native_unit_of_measurement": None},
|
||||
)
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user