Created
January 9, 2023 10:27
-
-
Save ioggstream/fa233a472b202084bfa48a1aa5fdffe1 to your computer and use it in GitHub Desktop.
sample testkube file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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