mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
Remove unused conversation_id header (#9107)
It's an exact copy of session_id
This commit is contained in:
@@ -249,10 +249,6 @@ mod tests {
|
||||
.collect();
|
||||
assert_eq!(ids, vec![Some("m1".to_string()), None]);
|
||||
|
||||
assert_eq!(
|
||||
request.headers.get("conversation_id"),
|
||||
Some(&HeaderValue::from_static("conv-1"))
|
||||
);
|
||||
assert_eq!(
|
||||
request.headers.get("session_id"),
|
||||
Some(&HeaderValue::from_static("conv-1"))
|
||||
|
||||
Reference in New Issue
Block a user