mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix flakey fritz image test (#115161)
This commit is contained in:
parent
94a2352b41
commit
213cf76781
@ -164,7 +164,7 @@ async def test_image_update(
|
||||
|
||||
fc_class_mock().override_services({**MOCK_FB_SERVICES, **GUEST_WIFI_CHANGED})
|
||||
async_fire_time_changed(hass, utcnow() + timedelta(seconds=60))
|
||||
await hass.async_block_till_done()
|
||||
await hass.async_block_till_done(wait_background_tasks=True)
|
||||
|
||||
resp = await client.get("/api/image_proxy/image.mock_title_guestwifi")
|
||||
resp_body_new = await resp.read()
|
||||
|
Loading…
x
Reference in New Issue
Block a user