Fix flaky Google Assistant test (#118914)
* Fix flaky Google Assistant test * Trigger full cipull/115438/head
parent
feaf50eee7
commit
7407995ff1
|
@ -577,6 +577,8 @@ async def test_async_get_users_from_store(tmpdir: py.path.local) -> None:
|
|||
|
||||
assert await async_get_users(hass) == ["agent_1"]
|
||||
|
||||
await hass.async_stop()
|
||||
|
||||
|
||||
VALID_STORE_DATA = json.dumps(
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue