fix(codex): trust launch home directory
test / unit (pull_request) Successful in 30s
test / integration (pull_request) Successful in 49s

This commit is contained in:
2026-06-01 17:16:00 -04:00
parent 3942b51184
commit 1d2dfeefa4
4 changed files with 18 additions and 6 deletions
@@ -90,6 +90,7 @@ class TestProvisionProviderAuth(unittest.TestCase):
a for a in argvs
if a[:6] == ["docker", "exec", "-u", "0", "bot-bottle-demo-abc12", "sh"]
)
self.assertIn('[projects."/home/node"]', trust_config[-1])
self.assertIn('[projects."/home/node/workspace"]', trust_config[-1])
self.assertIn('trust_level = "trusted"', trust_config[-1])
self.assertIn(