mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
merge_validator: support checking unhashable values such as dict
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
validate:
|
||||
- "eq": ["status_code", 200]
|
||||
- "len_eq": ["content.token", 16]
|
||||
- "contains": [{"a": 1, "b": 2}, "b"]
|
||||
|
||||
- test:
|
||||
name: reset all users
|
||||
|
||||
Reference in New Issue
Block a user