We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a17a03 commit f78bc59Copy full SHA for f78bc59
CONFIGURATION.md
@@ -90,10 +90,10 @@ modules:
90
[ fail_if_not_ssl: <boolean> | default = false ]
91
92
# Probe fails if response body JSON matches CEL:
93
- fail_if_body_matches_cel: <cel expression, root field is called body>
+ fail_if_body_json_matches_cel: <cel expression, root field is called body>
94
95
# Probe fails if response body JSON does not match CEL:
96
- fail_if_body_not_matches_cel: <cel expression, root field is called body>
+ fail_if_body_json_not_matches_cel: <cel expression, root field is called body>
97
98
# Probe fails if response body matches regex.
99
fail_if_body_matches_regexp:
0 commit comments