mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-04-25 00:06:21 +02:00
style: fix fmt in client.rs test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
199dab6dfa
commit
4cba36337b
1 changed files with 4 additions and 1 deletions
|
|
@ -641,7 +641,10 @@ mod tests {
|
|||
headers.insert("content-type", "application/pdf".parse().unwrap());
|
||||
assert!(is_pdf_content_type(&headers));
|
||||
|
||||
headers.insert("content-type", "application/pdf; charset=utf-8".parse().unwrap());
|
||||
headers.insert(
|
||||
"content-type",
|
||||
"application/pdf; charset=utf-8".parse().unwrap(),
|
||||
);
|
||||
assert!(is_pdf_content_type(&headers));
|
||||
|
||||
headers.insert("content-type", "Application/PDF".parse().unwrap());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue