mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Remove not needed hass.async_block_till_done in test (#113002)
This commit is contained in:
parent
958c843512
commit
02ef7ba134
@ -936,9 +936,6 @@ async def help_test_encoding_subscribable_topics(
|
|||||||
hass, f"homeassistant/{domain}/item3/config", json.dumps(config3)
|
hass, f"homeassistant/{domain}/item3/config", json.dumps(config3)
|
||||||
)
|
)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
await hass.async_block_till_done()
|
|
||||||
await hass.async_block_till_done()
|
|
||||||
await hass.async_block_till_done()
|
|
||||||
|
|
||||||
expected_result = attribute_value or value
|
expected_result = attribute_value or value
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user