mirror of
https://github.com/openai/codex.git
synced 2026-05-26 14:04:48 +00:00
Fix argument comment lint in file download test
This commit is contained in:
@@ -708,7 +708,7 @@ mod tests {
|
||||
&chatgpt_auth(),
|
||||
&format!("{}/download/file_123", server.uri()),
|
||||
&path,
|
||||
4,
|
||||
/*max_size_bytes*/ 4,
|
||||
)
|
||||
.await
|
||||
.expect_err("download should fail");
|
||||
|
||||
Reference in New Issue
Block a user