Fix remaining agent server integration tests (#35222)

Release Notes:

- N/A
This commit is contained in:
Agus Zubiaga 2025-07-29 09:40:59 -03:00 committed by GitHub
parent 8f952f1b58
commit 9353ba7887
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 33 additions and 20 deletions

View file

@ -107,6 +107,7 @@ impl AgentServer for Gemini {
name,
connection,
child_status,
current_thread: thread_rc,
});
Ok(connection)