forked from heavy-duty/ceremony
test(labels): mark indirect filter probe call
This commit is contained in:
parent
58e58f2ada
commit
c2cca7c1be
1 changed files with 1 additions and 0 deletions
|
|
@ -1669,6 +1669,7 @@ review_filter_probe() {
|
||||||
*) printf '[]\n' ;;
|
*) printf '[]\n' ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
# shellcheck disable=SC2317 # main invokes the probe override indirectly
|
||||||
outstanding_requests() {
|
outstanding_requests() {
|
||||||
printf '%s\n' "$REVIEWS_JSON" >"$RTMP/gradeable-reviews.json"
|
printf '%s\n' "$REVIEWS_JSON" >"$RTMP/gradeable-reviews.json"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue