mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45: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"]},
|
||||
}
|
||||
)
|
||||
await websocket_client.receive_json()
|
||||
|
||||
service_response = await hass.services.async_call(
|
||||
"conversation",
|
||||
|
Reference in New Issue
Block a user