small refactor in hagent

pull/9/head
prplV 2024-10-31 10:39:30 +03:00
parent cdcef60c18
commit 701de28cf8
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@ mod hagent_unittets {
// maybe bool : true -> alive, false -> dead // maybe bool : true -> alive, false -> dead
// simple request on api // simple request on api
async fn hagent_healthcheck() { async fn hagent_healthcheck() {
assert!(true);
} }
#[tokio::test] #[tokio::test]
// Result<maybe Response> // Result<maybe Response>
// one-shot func // one-shot func
async fn send_metrics_to_hagent() { async fn send_metrics_to_hagent() {
assert!(true);
} }
} }