Fix flapping google_assistant tests (#37480)

This commit is contained in:
Franck Nijhof 2020-07-04 19:33:26 +02:00 committed by GitHub
parent b63655057c
commit 7b855927e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")