Files
bruno/tests/runner/cli-env-combined/collection/request.bru

20 lines
258 B
Plaintext

meta {
name: combined-env-test
type: http
}
http {
method: POST
url: {{baseUrl}}
body: json
auth: none
}
body:json {
{
"overrideVar": "{{overrideVar}}",
"globalOnly": "{{globalOnly}}",
"collectionOnly": "{{collectionOnly}}"
}
}