mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
* fix: enhance environment variable management in collections slice * test: refactor deleteEnvVar test
11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"collections": [
|
|
{
|
|
"path": "{{projectRoot}}/tests/environments/api-deleteEnvVar/fixtures/collection",
|
|
"securityConfig": {
|
|
"jsSandboxMode": "safe"
|
|
}
|
|
}
|
|
]
|
|
}
|