mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
Fix trigger attachment race in conversation tests (#110869)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user