rename extractor/extractors to extract

This commit is contained in:
debugtalk
2017-11-01 14:30:36 +08:00
parent bd8540622d
commit 9bd28653f6
14 changed files with 20 additions and 21 deletions

View File

@@ -98,7 +98,7 @@ And here is testset example of typical scenario: get `token` at the beginning, a
app_version: $app_version
json:
sign: ${get_sign($user_agent, $device_sn, $os_platform, $app_version)}
extractors:
extract:
- token: content.token
validators:
- {"check": "status_code", "comparator": "eq", "expected": 200}