small refactor in hagent
parent
cdcef60c18
commit
701de28cf8
|
|
@ -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<maybe Response>
|
||||
// one-shot func
|
||||
async fn send_metrics_to_hagent() {
|
||||
|
||||
assert!(true);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue