mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +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
|
||||
|
||||
|
||||
async def test_report_state(hass, caplog):
|
||||
async def test_report_state(hass, caplog, legacy_patchable_time):
|
||||
"""Test report state works."""
|
||||
hass.states.async_set("light.ceiling", "off")
|
||||
hass.states.async_set("switch.ac", "on")
|
||||
|
Loading…
x
Reference in New Issue
Block a user