mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 22:45:25 +00:00
fix: Handle deleted environment variables in UI (#6703)
* fix: enhance environment variable management in collections slice * test: refactor deleteEnvVar test
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"collections": [
|
||||
{
|
||||
"path": "{{projectRoot}}/tests/environments/api-deleteEnvVar/fixtures/collection",
|
||||
"securityConfig": {
|
||||
"jsSandboxMode": "safe"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"maximized": false,
|
||||
"lastOpenedCollections": [
|
||||
"{{projectRoot}}/tests/environments/api-deleteEnvVar/fixtures/collection"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user