Add observability using the tracing crate
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pub mod test_helper;
|
||||
|
||||
#[actix_rt::test]
|
||||
#[tokio::test]
|
||||
async fn health_check_works() {
|
||||
let address = test_helper::spawn_app();
|
||||
let client = reqwest::Client::new();
|
||||
|
||||
Reference in New Issue
Block a user