Fix codex-api argument comment lint

This commit is contained in:
Liang-Ting Jiang
2026-05-27 02:44:29 -07:00
parent 5f0fdb5e20
commit 2ccbd52676

View File

@@ -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");