mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Fix flapping google_assistant tests (#37480)
This commit is contained in:
parent
b63655057c
commit
7b855927e2
@ -8,7 +8,7 @@ from tests.async_mock import AsyncMock, patch
|
|||||||
from tests.common import async_fire_time_changed
|
from tests.common import async_fire_time_changed
|
||||||
|
|
||||||
|
|
||||||
async def test_report_state(hass, caplog):
|
async def test_report_state(hass, caplog, legacy_patchable_time):
|
||||||
"""Test report state works."""
|
"""Test report state works."""
|
||||||
hass.states.async_set("light.ceiling", "off")
|
hass.states.async_set("light.ceiling", "off")
|
||||||
hass.states.async_set("switch.ac", "on")
|
hass.states.async_set("switch.ac", "on")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user