diff --git a/actix-web-codegen/tests/test_macro.rs b/actix-web-codegen/tests/test_macro.rs index 603f22af2..d62c5315b 100644 --- a/actix-web-codegen/tests/test_macro.rs +++ b/actix-web-codegen/tests/test_macro.rs @@ -385,7 +385,6 @@ async fn test_wrap() { assert!(body.contains("wrong number of parameters")); } - #[scope("/test")] mod scope_module { use actix_web::{delete, get, post, route, routes, web, HttpResponse, Responder};