diff --git a/demo_templates/http.yaml b/demo_templates/http.yaml index 8985717a..d9e43567 100644 --- a/demo_templates/http.yaml +++ b/demo_templates/http.yaml @@ -194,7 +194,7 @@ status_code: 200 body: '{{ .HTTPBody | jsonPath "foo" }}' -- key: json-payload-from-http-body +- key: json-payload-from-http-body-gJsonPath-example kind: Behavior expect: condition: '{{ .HTTPBody | gJsonPath "context.type" | toString | eq "foo" }}'