mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Fix flakey fritz image test (#115161)
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user