Remove vars values + move headers to collection headers
This commit is contained in:
@@ -10,10 +10,6 @@ post {
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
headers {
|
||||
Accept: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "{{name}}",
|
||||
@@ -24,10 +20,10 @@ body:json {
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
name: test
|
||||
email: test@test.com
|
||||
password: test
|
||||
lastname: NAME
|
||||
name:
|
||||
email:
|
||||
password:
|
||||
lastname:
|
||||
}
|
||||
|
||||
assert {
|
||||
|
||||
Reference in New Issue
Block a user