diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 9eefddd8..4777dcc8 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -90,10 +90,10 @@ modules: [ fail_if_not_ssl: | default = false ] # Probe fails if response body JSON matches CEL: - fail_if_body_matches_cel: + fail_if_body_json_matches_cel: # Probe fails if response body JSON does not match CEL: - fail_if_body_not_matches_cel: + fail_if_body_json_not_matches_cel: # Probe fails if response body matches regex. fail_if_body_matches_regexp: