mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
[codex] Fix stale approval policy in MCP test (#29704)
## Summary - replace the removed `AskForApproval::OnFailure` variant in the MCP shutdown test with `OnRequest` ## Why `OnFailure` was removed from `AskForApproval`, but this test fixture still referenced it, causing Rust and Clippy compilation failures. ## Validation - `just test -p codex-mcp shutdown_continues_after_caller_is_aborted` - `just fmt`
This commit is contained in: