This commit is contained in:
Rob Ede 2021-01-17 04:58:03 +00:00
parent 3ebe6d6fc2
commit 7e37aca846
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 1 additions and 1 deletions

View File

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