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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user