format code

This commit is contained in:
mpostma 2021-03-24 11:29:11 +01:00
parent 1f16c8d224
commit 4041d9dc48
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
18 changed files with 60 additions and 61 deletions

View file

@ -18,4 +18,4 @@ async fn test_healthyness() {
let (response, status_code) = server.service.get("/health").await;
assert_eq!(status_code, 200);
assert_eq!(response["status"], "available");
}
}