Skip to content

Commit f78bc59

Browse files
committed
fixup! Support matching JSON body with CEL expressions
Signed-off-by: Juho Majasaari <[email protected]>
1 parent 9a17a03 commit f78bc59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONFIGURATION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ modules:
9090
[ fail_if_not_ssl: <boolean> | default = false ]
9191

9292
# Probe fails if response body JSON matches CEL:
93-
fail_if_body_matches_cel: <cel expression, root field is called body>
93+
fail_if_body_json_matches_cel: <cel expression, root field is called body>
9494

9595
# Probe fails if response body JSON does not match CEL:
96-
fail_if_body_not_matches_cel: <cel expression, root field is called body>
96+
fail_if_body_json_not_matches_cel: <cel expression, root field is called body>
9797

9898
# Probe fails if response body matches regex.
9999
fail_if_body_matches_regexp:

0 commit comments

Comments
 (0)