fix: harden sing-box egress rollout
This commit is contained in:
@@ -20,6 +20,7 @@ class RealSingBoxIntegrationTests(unittest.TestCase):
|
||||
version = probe_version(binary)
|
||||
self.assertEqual(version.version, "1.13.19")
|
||||
self.assertIn("with_quic", version.tags)
|
||||
self.assertIn("with_gvisor", version.tags)
|
||||
with tempfile.TemporaryDirectory() as directory:
|
||||
root = Path(directory)
|
||||
policy = make_policy(root)
|
||||
|
||||
Reference in New Issue
Block a user