From 701de28cf8efe5d827e59e1af2448146640083aa Mon Sep 17 00:00:00 2001 From: prplV Date: Thu, 31 Oct 2024 10:39:30 +0300 Subject: [PATCH] small refactor in hagent --- src/utils/hagent.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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