mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 17:29:34 +08:00
fix: show assert value type when validation failed
This commit is contained in:
@@ -44,7 +44,7 @@ class TestCaseRequestMethodsWithFunctions(TestCaseRunner):
|
||||
{"eq": ["status_code", 200]},
|
||||
{"eq": ["body.args.foo1", "session_bar1"]},
|
||||
{"eq": ["body.args.foo2", "session_bar2"]},
|
||||
{"eq": ["body.args.sum_v", "3"]}
|
||||
{"eq": ["body.args.sum_v", 3]}
|
||||
]
|
||||
}),
|
||||
TestStep(**{
|
||||
|
||||
Reference in New Issue
Block a user