Fix integration tests for claude (#35212)

Release Notes:

- N/A
This commit is contained in:
Agus Zubiaga 2025-07-28 13:18:01 -03:00 committed by GitHub
parent 5e2da042ef
commit fd68265efd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 73 additions and 16 deletions

View file

@ -188,7 +188,7 @@ pub(crate) mod tests {
use crate::AgentServerCommand;
use std::path::Path;
crate::common_e2e_tests!(Gemini);
crate::common_e2e_tests!(Gemini, allow_option_id = "0");
pub fn local_command() -> AgentServerCommand {
let cli_path = Path::new(env!("CARGO_MANIFEST_DIR"))