rename validators to validate

This commit is contained in:
httprunner
2017-11-01 14:37:47 +08:00
parent 62c64e9309
commit 49797c51fd
17 changed files with 53 additions and 52 deletions

View File

@@ -56,7 +56,7 @@ class TestRunner(ApiServerUnittest):
"extract": [
{"token": "content.token"}
],
"validators": [
"validate": [
{"check": "status_code", "comparator": "eq", "expected": 205},
{"check": "content.token", "comparator": "len_eq", "expected": 19}
]