Fix argument comment lint in file download test

This commit is contained in:
Liang-Ting Jiang
2026-04-25 08:36:34 -07:00
parent 75102a2dab
commit d4ef12f412

View File

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