[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:
xli-oai
2026-05-06 23:58:26 -07:00
committed by GitHub
parent a8488fec5e
commit 898f5bfeaa

Diff Content Not Available