Skip to content

Commit

Permalink
Fix lingering test alexa (home-assistant#98128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh committed Aug 10, 2023
1 parent 5812090 commit b872d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/alexa/test_smart_home.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit b872d74

Please sign in to comment.