mirror of
https://github.com/openai/codex.git
synced 2026-05-27 22:44:23 +00:00
Fix codex-api argument comment lint
This commit is contained in:
@@ -373,7 +373,7 @@ mod tests {
|
||||
&base_url,
|
||||
&chatgpt_auth(),
|
||||
&path,
|
||||
/* store_in_library */ false,
|
||||
/*store_in_library*/ false,
|
||||
)
|
||||
.await
|
||||
.expect("upload succeeds");
|
||||
@@ -439,7 +439,7 @@ mod tests {
|
||||
&base_url,
|
||||
&chatgpt_auth(),
|
||||
&path,
|
||||
/* store_in_library */ true,
|
||||
/*store_in_library*/ true,
|
||||
)
|
||||
.await
|
||||
.expect("upload succeeds");
|
||||
|
||||
Reference in New Issue
Block a user