test: fix integration coverage failures
lint / lint (push) Failing after 1m43s
test / unit (pull_request) Successful in 43s
test / integration (pull_request) Successful in 19s

This commit is contained in:
2026-06-25 04:39:43 -04:00
parent c6c507679c
commit 20fdb7ce10
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"
)