update test
This commit is contained in:
@@ -15,3 +15,8 @@ async fn health_check_works(connection_pool: PgPool) {
|
|||||||
assert!(response.status().is_success());
|
assert!(response.status().is_success());
|
||||||
assert_eq!(Some(0), response.content_length());
|
assert_eq!(Some(0), response.content_length());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn it_works() {
|
||||||
|
// it really does!
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user