fix clippy warnings

This commit is contained in:
mpostma
2021-03-15 16:52:05 +01:00
parent 01479dcf99
commit abbea59732
17 changed files with 124 additions and 131 deletions

View File

@ -29,7 +29,7 @@ async fn get_unexisting_index() {
let (_response, code) = index.get().await;
assert_eq!(code, 404);
assert_eq!(code, 400);
}
#[actix_rt::test]