test: fix integration coverage failures

This commit is contained in:
2026-06-25 04:39:43 -04:00
parent 446414144e
commit c2ddac1be5
2 changed files with 8 additions and 4 deletions
@@ -198,6 +198,7 @@ class TestSmolmachinesLaunch(unittest.TestCase):
# connect fails, which is the property chunk 3 will
# preserve once egress is actually running.
r = self.bottle.exec(
"env -u HTTPS_PROXY -u HTTP_PROXY -u https_proxy -u http_proxy "
f"curl -s --show-error --max-time 3 http://{self.plan.bundle_ip}:9099 "
"2>&1 || true"
)