mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-11 08:46:04 +00:00
test(release): declare CLI live fixture agent
This commit is contained in:
@@ -470,6 +470,9 @@ describeLive("gateway live (cli backend)", () => {
|
||||
},
|
||||
sandbox: { mode: "off" },
|
||||
},
|
||||
// The live requests below use agent:dev:* session keys. Declare the
|
||||
// agent so the gateway recognizes those sessions as configured.
|
||||
list: [{ id: "dev", default: true }],
|
||||
},
|
||||
};
|
||||
const tempConfigPath = path.join(tempDir, "openclaw.json");
|
||||
|
||||
Reference in New Issue
Block a user