mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-28 19:47:14 +08:00
fix: post form data
This commit is contained in:
+3
-1
@@ -67,7 +67,9 @@ teststeps:
|
||||
request:
|
||||
method: POST
|
||||
url: /post
|
||||
params:
|
||||
headers:
|
||||
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
||||
body:
|
||||
foo1: $varFoo1
|
||||
foo2: ${max($a, $b)}
|
||||
validate:
|
||||
|
||||
Reference in New Issue
Block a user