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:
Sanjai Kumar
2026-01-08 20:00:43 +05:30
committed by GitHub
parent 5b1b1b5541
commit 39a6fc837d
7 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"collections": [
{
"path": "{{projectRoot}}/tests/environments/api-deleteEnvVar/fixtures/collection",
"securityConfig": {
"jsSandboxMode": "safe"
}
}
]
}

View File

@@ -0,0 +1,6 @@
{
"maximized": false,
"lastOpenedCollections": [
"{{projectRoot}}/tests/environments/api-deleteEnvVar/fixtures/collection"
]
}