Skip to content

Instantly share code, notes, and snippets.

@ioggstream
Created January 9, 2023 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ioggstream/fa233a472b202084bfa48a1aa5fdffe1 to your computer and use it in GitHub Desktop.
Save ioggstream/fa233a472b202084bfa48a1aa5fdffe1 to your computer and use it in GitHub Desktop.
sample testkube file
{
"command": [
"curl",
"https://reqbin.com/echo/get/json",
"-H",
"'Accept: application/json'"
],
"expected_status": "200",
"expected_body": "{\"success\":\"true\"}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment