test: accept live release validation variance · openclaw/openclaw@de0ece2
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -159,6 +159,12 @@ describe("gateway codex harness live helpers", () => {
|
159 | 159 | "I couldn’t list them because the local `codex models` command requires elevated execution in this environment, and that request was rejected.", |
160 | 160 | "I couldn’t list them because the local `codex models` command requires host permissions here, and that escalation was rejected.", |
161 | 161 | "I couldn’t run `codex models` because the sandboxed attempt failed and the required elevated retry was not approved.", |
| 162 | +[ |
| 163 | +"I tried `codex models`, but the sandbox blocked it due to the kernel namespace restriction.", |
| 164 | +"I then requested an escalated run, but the automatic approval review failed before it could be approved.", |
| 165 | +"", |
| 166 | +"I can’t safely run the command from here right now.", |
| 167 | +].join("\n"), |
162 | 168 | ]; |
163 | 169 | |
164 | 170 | for (const text of texts) { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。