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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user