Remove vars values + move headers to collection headers
This commit is contained in:
@@ -10,11 +10,6 @@ post {
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
headers {
|
||||
Accept: application/json
|
||||
X-XSRF-TOKEN:
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "{{name}}",
|
||||
@@ -24,9 +19,9 @@ body:json {
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
name: testUpdated
|
||||
lastname: testUpdated
|
||||
phone: 0607080910
|
||||
name:
|
||||
lastname:
|
||||
phone:
|
||||
}
|
||||
|
||||
assert {
|
||||
|
||||
Reference in New Issue
Block a user