Fix flaky automation test (#84428)
This commit is contained in:
parent
8051e5d4f4
commit
7b26a952bd
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ async def test_update_automation_config_with_error(
|
|||
|
||||
resp = await client.post(
|
||||
"/api/config/automation/config/moon",
|
||||
data=json.dumps({}),
|
||||
data=json.dumps({"action": []}),
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
assert sorted(hass.states.async_entity_ids("automation")) == []
|
||||
|
|
Loading…
Add table
Reference in a new issue