mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-18 00:00:15 +02:00
Split RouterService off of Router (#1381)
This commit is contained in:
@@ -104,6 +104,7 @@ mod tests {
|
||||
|
||||
async fn send_request_get_body(query: &str) -> String {
|
||||
let body = app()
|
||||
.into_service()
|
||||
.oneshot(
|
||||
Request::builder()
|
||||
.uri(format!("/?{}", query))
|
||||
|
||||
Reference in New Issue
Block a user