Add current step that is in progress (#35272)
This commit is contained in:
parent
56beec1ce9
commit
1c5b4dbd97
3 changed files with 20 additions and 3 deletions
|
@ -390,7 +390,12 @@ async def test_get_progress_index(hass, hass_ws_client):
|
|||
|
||||
assert response["success"]
|
||||
assert response["result"] == [
|
||||
{"flow_id": form["flow_id"], "handler": "test", "context": {"source": "hassio"}}
|
||||
{
|
||||
"flow_id": form["flow_id"],
|
||||
"handler": "test",
|
||||
"step_id": "account",
|
||||
"context": {"source": "hassio"},
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue