mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Fix CI (#2086)
- Use exactly version 1.0.0-rc.3 of hyper - Update expected output of UI tests - Fix clippy lints Signed-off-by: hi-rustin <[email protected]>
This commit is contained in:
@@ -215,7 +215,7 @@ mod tests {
|
||||
let res = client
|
||||
.post("/")
|
||||
.body(
|
||||
vec![
|
||||
[
|
||||
"{\"id\":1}",
|
||||
"{\"id\":2}",
|
||||
"{\"id\":3}",
|
||||
|
||||
Reference in New Issue
Block a user