From b872d74b1f1fdd51303d4094aea140978f93eeaa Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Thu, 10 Aug 2023 12:16:52 +0200 Subject: [PATCH] Fix lingering test alexa (#98128) --- tests/components/alexa/test_smart_home.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/alexa/test_smart_home.py b/tests/components/alexa/test_smart_home.py index 0080c9b02b8..708b06bab2b 100644 --- a/tests/components/alexa/test_smart_home.py +++ b/tests/components/alexa/test_smart_home.py @@ -4285,7 +4285,7 @@ async def test_initialize_camera_stream( msg = await smart_home.async_handle_message( hass, get_default_config(hass), request ) - await hass.async_block_till_done() + await hass.async_stop() assert "event" in msg response = msg["event"]