fix: remove dead proxy variables from isolation environment prefix

This commit is contained in:
Antigravity
2026-07-20 09:47:45 +09:00
parent 336aa5fd9d
commit 90afd45aba
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ def test_create_isolation_env_prefix(mam_sandbox):
res2 = run_lib_func(mam_sandbox, "isolation_env_prefix", "agy", "/tmp/iso")
assert res2.returncode == 0
assert res2.stdout == "HOME=/tmp/iso https_proxy=http://127.0.0.1:9999 no_proxy=googleapis.com "
assert res2.stdout == "HOME=/tmp/iso "
res3 = run_lib_func(mam_sandbox, "isolation_env_prefix", "cline", "/tmp/iso")
assert res3.returncode == 0