fix #84: type_match invalid

This commit is contained in:
debugtalk
2018-01-17 12:49:02 +08:00
parent f1a5eb56c0
commit c40a208024
4 changed files with 36 additions and 1 deletions

View File

@@ -11,3 +11,12 @@
url: /api/users/1000
method: GET
headers:
- test:
name: bugfix type_match #84
request:
url: http://127.0.0.1:5000/api/users/1000
method: GET
validate:
- eq: [status_code, 401]
- type_match: [status_code, int]