test(labels): mark indirect filter probe call

This commit is contained in:
codex-bot-andresmgsl 2026-08-23 23:17:14 +00:00
parent 58e58f2ada
commit c2cca7c1be

View file

@ -1669,6 +1669,7 @@ review_filter_probe() {
*) printf '[]\n' ;;
esac
}
# shellcheck disable=SC2317 # main invokes the probe override indirectly
outstanding_requests() {
printf '%s\n' "$REVIEWS_JSON" >"$RTMP/gradeable-reviews.json"
}