mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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
|
# Home assistant is not running yet
|
||||||
hass.state = CoreState.not_running
|
hass.state = CoreState.not_running
|
||||||
last_reset = "2023-09-22T00:00:00.000000+00:00"
|
|
||||||
mock_restore_cache_with_extra_data(
|
mock_restore_cache_with_extra_data(
|
||||||
hass,
|
hass,
|
||||||
[
|
[
|
||||||
(
|
(
|
||||||
fake_state,
|
fake_state,
|
||||||
{
|
{"native_value": "Tag Unlock", "native_unit_of_measurement": None},
|
||||||
"last_reset": last_reset,
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user