integration tests: Also use health command

This commit is contained in:
Lennart K
2026-01-29 11:26:20 +01:00
parent 0703b7b470
commit 008e40e17f
2 changed files with 20 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ use crate::config::HttpConfig;
use clap::Parser;
use http::Method;
#[derive(Parser, Debug)]
#[derive(Parser, Debug, Default)]
pub struct HealthArgs {}
/// Healthcheck for running rustical instance