mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Fix Sonos Tests failing intermittently on CI (#114873)
This commit is contained in:
parent
2cfc60b5b6
commit
95ef087fa8
@ -122,6 +122,7 @@ async def test_switch_attributes(
|
|||||||
|
|
||||||
# Trigger subscription callback for speaker discovery
|
# Trigger subscription callback for speaker discovery
|
||||||
await fire_zgs_event()
|
await fire_zgs_event()
|
||||||
|
await hass.async_block_till_done(wait_background_tasks=True)
|
||||||
|
|
||||||
status_light_state = hass.states.get(status_light.entity_id)
|
status_light_state = hass.states.get(status_light.entity_id)
|
||||||
assert status_light_state.state == STATE_ON
|
assert status_light_state.state == STATE_ON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user