Fix flaky Google Assistant test (#118914)
* Fix flaky Google Assistant test * Trigger full ci
This commit is contained in:
parent
feaf50eee7
commit
7407995ff1
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue