mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-24 14:48:41 +01:00
25 lines
427 B
Plaintext
25 lines
427 B
Plaintext
headers {
|
|
check: again
|
|
token: {{collection_pre_var_token}}
|
|
}
|
|
|
|
auth {
|
|
mode: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{bearer_auth_token}}
|
|
}
|
|
|
|
vars:pre-request {
|
|
collection_pre_var: collection_pre_var_value
|
|
collection_pre_var_token: {{request_pre_var_token}}
|
|
collection-var: collection-var-value
|
|
}
|
|
|
|
docs {
|
|
# bruno-testbench 🐶
|
|
|
|
This is a test collection that I am using to test various functionalities around bruno
|
|
}
|