Expect missing component renders to fail

This commit is contained in:
udo 2026-07-18 17:03:55 +00:00
parent 1df3becdb2
commit f379480783

View File

@ -71,7 +71,7 @@ collect_missing_workers() {
sleep 0.1
continue
fi
if [[ "$status" != "200" || "$body" != parent:* || "$body" != *"component not found: later"* ]]; then
if [[ "$status" != "500" || "$body" != parent:* || "$body" != *"component not found: later"* ]]; then
echo "missing component TTL probe failed: status=$status body=$body" >&2
exit 1
fi