Fix dlp health clippy warning
CI / Rust checks (push) Canceled after 0s
CI / Docs and registry checks (push) Canceled after 0s
CI / Smoke checks (push) Canceled after 0s
Coverage / Coverage baseline (push) Canceled after 0s
Security / Cargo audit (push) Canceled after 0s
Security / Cargo deny (push) Canceled after 0s
Security / Secret pattern check (push) Canceled after 0s
Security / Dependency review (push) Canceled after 0s
CI / Rust checks (push) Canceled after 0s
CI / Docs and registry checks (push) Canceled after 0s
CI / Smoke checks (push) Canceled after 0s
Coverage / Coverage baseline (push) Canceled after 0s
Security / Cargo audit (push) Canceled after 0s
Security / Cargo deny (push) Canceled after 0s
Security / Secret pattern check (push) Canceled after 0s
Security / Dependency review (push) Canceled after 0s
This commit is contained in:
@@ -1440,9 +1440,7 @@ fn build_report(cli: &Cli, client: &Client) -> HealthReport {
|
||||
}),
|
||||
);
|
||||
}
|
||||
for unit in ["aw-worktime-ui-bridge.timer"] {
|
||||
check_systemd_unit(&mut report, unit, "timer");
|
||||
}
|
||||
check_systemd_unit(&mut report, "aw-worktime-ui-bridge.timer", "timer");
|
||||
|
||||
match http_json(client, &format!("{aw_api_base}/buckets"), 15, 2) {
|
||||
Ok(Value::Object(map)) => {
|
||||
|
||||
Reference in New Issue
Block a user