diff --git a/src/utils/hagent.rs b/src/utils/hagent.rs index 5310e11..8d8f8fd 100644 --- a/src/utils/hagent.rs +++ b/src/utils/hagent.rs @@ -11,12 +11,12 @@ mod hagent_unittets { // maybe bool : true -> alive, false -> dead // simple request on api async fn hagent_healthcheck() { - + assert!(true); } #[tokio::test] // Result // one-shot func async fn send_metrics_to_hagent() { - + assert!(true); } } \ No newline at end of file