From e2b3ee7e82125d83b36a46a1af52209e04b64c7c Mon Sep 17 00:00:00 2001 From: Antigravity Date: Mon, 20 Jul 2026 09:25:12 +0900 Subject: [PATCH] test: update test_create_isolation_env_prefix assertion for proxy variables --- tests/test_tier1_unit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_tier1_unit.py b/tests/test_tier1_unit.py index a06e908..40ecf47 100644 --- a/tests/test_tier1_unit.py +++ b/tests/test_tier1_unit.py @@ -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 " + assert res2.stdout == "HOME=/tmp/iso https_proxy=http://127.0.0.1:9999 no_proxy=googleapis.com " res3 = run_lib_func(mam_sandbox, "isolation_env_prefix", "cline", "/tmp/iso") assert res3.returncode == 0