mirror of https://github.com/openclaw/openclaw.git
fix(test): satisfy cli backend config typing
This commit is contained in:
parent
7330e2ce23
commit
aaf2d6359e
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue