Files
bruno/tests/environments/api-setEnvVar/collection/api-setEnvVar-without-persist.bru
2025-09-07 03:05:11 +05:30

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");
}