mirror of
https://github.com/openai/codex.git
synced 2026-05-17 01:32:32 +00:00
[codex] fix PluginListParams test initializer (#21494)
## Summary - update the app-server protocol test fixture to include the required `marketplace_kinds` field on `PluginListParams` ## Why `PluginListParams` now requires `marketplace_kinds`, but a later-added test fixture in `common.rs` still constructed the older shape with only `cwds`. That stale initializer breaks the main build with `missing field marketplace_kinds`. ## Impact This is a test-only repair. It restores compilation without changing the JSON-RPC schema or runtime behavior. ## Validation - `just fmt` - `cargo test -p codex-app-server-protocol`
This commit is contained in: