mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 13:15:40 +00:00
15 lines
184 B
Plaintext
15 lines
184 B
Plaintext
meta {
|
|
name: api-setEnvVar-without-persist
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{host}}/ping
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
script:pre-request {
|
|
bru.setEnvVar("token", "secret");
|
|
} |