mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +02:00
Fix lingering test alexa (#98128)
This commit is contained in:
@@ -4285,7 +4285,7 @@ async def test_initialize_camera_stream(
|
|||||||
msg = await smart_home.async_handle_message(
|
msg = await smart_home.async_handle_message(
|
||||||
hass, get_default_config(hass), request
|
hass, get_default_config(hass), request
|
||||||
)
|
)
|
||||||
await hass.async_block_till_done()
|
await hass.async_stop()
|
||||||
|
|
||||||
assert "event" in msg
|
assert "event" in msg
|
||||||
response = msg["event"]
|
response = msg["event"]
|
||||||
|
Reference in New Issue
Block a user