mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
12 lines
257 B
YAML
12 lines
257 B
YAML
variables:
|
|
token: XXX
|
|
request:
|
|
url: /api/reset-all
|
|
method: GET
|
|
headers:
|
|
Content-Type: "application/json"
|
|
device_sn: $device_sn
|
|
token: $token
|
|
validate:
|
|
- eq: ["status_code", 200]
|
|
- eq: ["content.success", true] |