fix: unittests

This commit is contained in:
debugtalk
2020-04-09 22:23:19 +08:00
parent 05a8f939c5
commit bf2ec77765
5 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ teststeps:
name: get token with $user_agent, $app_version
api: api/get_token.yml
extract:
- token: content.token
token: content.token
validate:
- "eq": ["status_code", 200]
- "len_eq": ["content.token", 16]