Fix trigger attachment race in conversation tests (#110869)

This commit is contained in:
J. Nick Koston
2024-02-18 13:13:41 -06:00
committed by GitHub
parent f785bdf571
commit fdd45189ca

View File

@@ -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",