Fix trigger attachment race in conversation tests (#110869)
This commit is contained in:
parent
f785bdf571
commit
fdd45189ca
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ async def test_subscribe_trigger_does_not_interfere_with_responses(
|
||||||
"trigger": {"platform": "conversation", "command": ["test sentence"]},
|
"trigger": {"platform": "conversation", "command": ["test sentence"]},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
await websocket_client.receive_json()
|
||||||
|
|
||||||
service_response = await hass.services.async_call(
|
service_response = await hass.services.async_call(
|
||||||
"conversation",
|
"conversation",
|
||||||
|
|
Loading…
Add table
Reference in a new issue