mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
fix #84: type_match invalid
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user