Fix lingering test alexa (#98128)

This commit is contained in:
Jan Bouwhuis 2023-08-10 12:16:52 +02:00 committed by GitHub
parent 5812090eff
commit b872d74b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]