mirror of
https://github.com/openai/codex.git
synced 2026-04-29 00:55:38 +00:00
Spread AbsolutePathBuf (#17792)
Mechanical change to promote absolute paths through code.
This commit is contained in:
@@ -307,7 +307,7 @@ async fn view_image_tool_attaches_local_image() -> anyhow::Result<()> {
|
||||
_ => unreachable!("stored event must be ViewImageToolCall"),
|
||||
};
|
||||
assert_eq!(tool_event.call_id, call_id);
|
||||
assert_eq!(tool_event.path, abs_path.to_path_buf());
|
||||
assert_eq!(tool_event.path, abs_path);
|
||||
|
||||
let req = mock.single_request();
|
||||
let body = req.body_json();
|
||||
|
||||
Reference in New Issue
Block a user