mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
rename keyword: variable_binds => variables
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- test:
|
||||
name: get token
|
||||
variable_binds:
|
||||
variables:
|
||||
- user_agent: 'iOS/10.3'
|
||||
- device_sn: ${gen_random_string(15)}
|
||||
- os_platform: 'ios'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- config:
|
||||
name: "smoketest for CRUD users."
|
||||
variable_binds:
|
||||
variables:
|
||||
- device_sn: ${gen_random_string(15)}
|
||||
request:
|
||||
base_url: http://127.0.0.1:5000
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- test:
|
||||
name: get token
|
||||
variable_binds:
|
||||
variables:
|
||||
- user_agent: 'iOS/10.3'
|
||||
- os_platform: 'ios'
|
||||
- app_version: '2.8.6'
|
||||
|
||||
Reference in New Issue
Block a user