github.com/kubeshop/testkube@v1.17.23/contrib/executor/curl/examples/example_with_templates.json (about)

     1  {
     2  	"id": "blablablablabla",
     3  	"name": "some-testing-exec",
     4  	"content": {
     5  		"type": "string",
     6  		"data": "{ \"command\": [ \"curl\", \"{{.url}}\", \"-H\", \"'{{.header}}'\" ], \"expected_status\": {{.status}}, \"expected_body\": \"{{.body}}\" }"
     7  	}
     8  }