docs: update changelog and example tests

This commit is contained in:
debugtalk
2020-06-03 18:48:56 +08:00
parent 1f75ad946d
commit 8f78e41f07
8 changed files with 125 additions and 251 deletions

View File

@@ -13,8 +13,8 @@ teststeps:
method: GET
validate:
- eq: ["status_code", 200]
- eq: ["body.args.a", 1]
- eq: ["body.args.b", 2]
- eq: ["body.args.a", "1"]
- eq: ["body.args.b", "2"]
validate_script:
- "assert status_code == 200"