From 7407995ff12f937e0885565bda9d45c0c4c9c70c Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Wed, 5 Jun 2024 23:37:14 +0200 Subject: [PATCH] Fix flaky Google Assistant test (#118914) * Fix flaky Google Assistant test * Trigger full ci --- tests/components/google_assistant/test_http.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/components/google_assistant/test_http.py b/tests/components/google_assistant/test_http.py index 1dac75875a6..416d569b286 100644 --- a/tests/components/google_assistant/test_http.py +++ b/tests/components/google_assistant/test_http.py @@ -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( {