mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-10 02:09:51 +08:00
refactor: post data with body
This commit is contained in:
@@ -47,7 +47,7 @@ teststeps:
|
||||
request:
|
||||
method: POST
|
||||
url: /post
|
||||
json:
|
||||
body:
|
||||
foo1: $varFoo1
|
||||
foo2: ${max($a, $b)}
|
||||
validate:
|
||||
|
||||
Reference in New Issue
Block a user