mirror of https://github.com/fafhrd91/actix-web
clippy
This commit is contained in:
parent
3ebe6d6fc2
commit
7e37aca846
|
@ -805,7 +805,7 @@ async fn test_server_cookies() {
|
|||
use actix_web::{http, HttpMessage};
|
||||
|
||||
let srv = test::start(|| {
|
||||
App::new().default_service(web::to(|| async {
|
||||
App::new().default_service(web::to(|| {
|
||||
HttpResponse::Ok()
|
||||
.cookie(
|
||||
http::CookieBuilder::new("first", "first_value")
|
||||
|
|
Loading…
Reference in New Issue