Merge "conf: Clarify '[api] response_validation help' text"

This commit is contained in:
Zuul 2024-07-23 21:23:10 +00:00 committed by Gerrit Code Review
commit 1191a49a65

View File

@ -403,15 +403,16 @@ validation_opts = [
(
"error",
"Raise a HTTP 500 (Server Error) for responses that fail "
"schema validation",
"response body schema validation",
),
(
"warn",
"Log a warning for responses that fail schema validation",
"Log a warning for responses that fail response body schema "
"validation",
),
(
"ignore",
"Ignore schema validation failures",
"Ignore response body schema validation failures",
),
),
default="warn",