Add another integration test

This commit is contained in:
Lennart K
2026-01-29 10:25:00 +01:00
parent 233cf2ea37
commit 0703b7b470
8 changed files with 133 additions and 45 deletions

View File

@@ -8,7 +8,7 @@ use rustical_frontend::FrontendConfig;
mod health;
pub mod membership;
mod principals;
pub mod principals;
pub use health::{HealthArgs, cmd_health};
pub use principals::{PrincipalsArgs, cmd_principals};