refactor(smolmachines): inline sidecar proxy host
lint / lint (push) Successful in 2m1s
test / unit (pull_request) Successful in 57s
test / integration (pull_request) Successful in 18s
test / coverage (pull_request) Successful in 1m10s

This commit is contained in:
2026-07-09 17:42:04 +00:00
committed by didericis
parent 9f0d56b75d
commit bfd3e659e8
2 changed files with 8 additions and 24 deletions
@@ -503,15 +503,6 @@ class TestProvisionGitUser(unittest.TestCase):
self.assertIn("bot@example.com", calls[0][0])
class TestProxyHost(unittest.TestCase):
"""_proxy_host returns the per-bottle address used by the forwarder."""
def test_returns_loopback_alias(self):
plan = _plan()
result = _launch._proxy_host(plan, "127.0.0.16")
self.assertEqual("127.0.0.16", result)
class TestLaunchResourceWiring(unittest.TestCase):
def test_allocate_resources_uses_loopback_alias_and_bundle_name(self):
plan = _plan()