test: stabilize cold local service probes

This commit is contained in:
udo
2026-06-21 23:37:01 +00:00
parent 9e70dde366
commit a0d085859c
2 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ void cli_run_http_smoke()
bool cli_site_body_reports_failure(String lower)
{
if(cli_contains(lower, "status-badge status-error\">fail</span>"))
if(cli_contains(lower, ">fail</span>"))
return(true);
for(String digit : split("1 2 3 4 5 6 7 8 9", " "))
if(cli_contains(lower, ">failed " + digit))