mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 17:00:42 +00:00
test: use synthetic program status fixtures
This commit is contained in:
@@ -49,9 +49,9 @@ vi.mock("./register.subclis.js", () => ({
|
||||
|
||||
const testProgramContext: ProgramContext = {
|
||||
programVersion: "9.9.9-test",
|
||||
channelOptions: ["telegram"],
|
||||
messageChannelOptions: "telegram",
|
||||
agentChannelOptions: "last|telegram",
|
||||
channelOptions: ["quietchat"],
|
||||
messageChannelOptions: "quietchat",
|
||||
agentChannelOptions: "last|quietchat",
|
||||
};
|
||||
|
||||
describe("configureProgramHelp", () => {
|
||||
|
||||
Reference in New Issue
Block a user