mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
update to latest actix-net
This commit is contained in:
@ -46,6 +46,7 @@ async fn test_simple() {
|
||||
FramedApp::new().service(FramedRoute::get("/index.html").to(ws_service)),
|
||||
)
|
||||
.finish(|_| future::ok::<_, Error>(Response::NotFound()))
|
||||
.tcp()
|
||||
});
|
||||
|
||||
assert!(srv.ws_at("/test").await.is_err());
|
||||
|
Reference in New Issue
Block a user