mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 07:36:43 +00:00
fix stable compatibility
This commit is contained in:
parent
401ea574c0
commit
b0677aa029
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use actix::System;
|
|||
use actix_net::server::Server;
|
||||
use actix_net::service::NewServiceExt;
|
||||
use actix_web::server::{HttpService, KeepAlive, ServiceConfig, StreamConfiguration};
|
||||
use actix_web::{client, test, App, HttpRequest};
|
||||
use actix_web::{client, http, test, App, HttpRequest};
|
||||
|
||||
#[test]
|
||||
fn test_custom_pipeline() {
|
||||
|
|
Loading…
Reference in a new issue