mirror of
https://github.com/home-assistant/core.git
synced 2025-08-21 13:32:57 +02:00
Fix flaky Google Assistant test (#118914)
* Fix flaky Google Assistant test * Trigger full ci
This commit is contained in:
committed by
Franck Nijhof
parent
5a7332a135
commit
86b13e8ae3
@@ -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(
|
||||
{
|
||||
|
Reference in New Issue
Block a user