mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
fix test
This commit is contained in:
@@ -788,8 +788,9 @@ mod tests {
|
||||
"method": "model/list",
|
||||
"id": 6,
|
||||
"params": {
|
||||
"pageSize": null,
|
||||
"cursor": null
|
||||
"limit": null,
|
||||
"cursor": null,
|
||||
"order": null,
|
||||
}
|
||||
}),
|
||||
serde_json::to_value(&request)?,
|
||||
|
||||
Reference in New Issue
Block a user