fix: udpate examples

This commit is contained in:
debugtalk
2020-05-18 10:44:00 +08:00
parent 092dc299c6
commit 1413f5a8a1
4 changed files with 23 additions and 7 deletions

View File

@@ -32,5 +32,6 @@ teststeps:
- ${alter_response($response)}
validate:
- eq: ["status_code", 200]
# - eq: ["headers.content-type", "html/text"]
# TODO: implement hooks
# - eq: [body.headers."Content-Type", "html/text"]
- eq: [body.headers.Host, "httpbin.org"]