1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-09-01 20:47:22 +02:00

chore: fix cspell config

This commit is contained in:
Rob Ede
2025-08-26 08:17:17 +01:00
parent b327ec5c71
commit 21a96a0319
16 changed files with 162 additions and 46727 deletions

View File

@@ -429,7 +429,7 @@ mod tests {
.await;
let req = actix_web::test::TestRequest::with_uri("/")
.append_header(("Authorization", "Basic DontCare"))
.append_header(("Authorization", "Basic DoNotCare"))
.to_request();
let resp = srv.call(req).await.unwrap();