mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
Remove unused conversation_id header (#9107)
It's an exact copy of session_id
This commit is contained in:
@@ -393,10 +393,6 @@ mod tests {
|
||||
.build(&provider())
|
||||
.expect("request");
|
||||
|
||||
assert_eq!(
|
||||
req.headers.get("conversation_id"),
|
||||
Some(&HeaderValue::from_static("conv-1"))
|
||||
);
|
||||
assert_eq!(
|
||||
req.headers.get("session_id"),
|
||||
Some(&HeaderValue::from_static("conv-1"))
|
||||
|
||||
Reference in New Issue
Block a user