1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Fix flaky playstation_network test_image_platform test (#158296)

This commit is contained in:
Paul Tarjan
2025-12-10 09:07:58 -07:00
committed by GitHub
parent d65baac8d4
commit 48f186368a

View File

@@ -75,8 +75,7 @@ async def test_image_platform(
freezer.tick(timedelta(seconds=30))
async_fire_time_changed(hass)
await hass.async_block_till_done()
await hass.async_block_till_done()
await hass.async_block_till_done(wait_background_tasks=True)
assert (state := hass.states.get("image.testuser_avatar"))
assert state.state == "2025-06-16T00:00:30+00:00"