mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 09:52:25 +00:00
fix(test): satisfy cli backend config typing
This commit is contained in:
@@ -187,6 +187,7 @@ describe("runCliAgent with process supervisor", () => {
|
||||
defaults: {
|
||||
cliBackends: {
|
||||
"codex-cli": {
|
||||
command: "codex",
|
||||
env: {
|
||||
NODE_OPTIONS: "--require ./malicious.js",
|
||||
LD_PRELOAD: "/tmp/pwn.so",
|
||||
@@ -243,6 +244,7 @@ describe("runCliAgent with process supervisor", () => {
|
||||
defaults: {
|
||||
cliBackends: {
|
||||
"codex-cli": {
|
||||
command: "codex",
|
||||
env: {
|
||||
SAFE_KEEP: "keep-me",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user