Skip to content

Commit

Permalink
Fix flapping aiohttp_client test (home-assistant#36379)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jun 2, 2020
1 parent e86bedb commit 5d780de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/helpers/test_aiohttp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def camera_client_fixture(hass, hass_client):
},
)
)
hass.loop.run_until_complete(hass.async_block_till_done())

yield hass.loop.run_until_complete(hass_client())

Expand Down

0 comments on commit 5d780de

Please sign in to comment.