mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 22:50:44 +00:00
test: use synthetic program status fixtures
This commit is contained in:
@@ -6,9 +6,9 @@ import { getProgramContext, setProgramContext } from "./program-context.js";
|
||||
function makeCtx(version: string): ProgramContext {
|
||||
return {
|
||||
programVersion: version,
|
||||
channelOptions: ["telegram"],
|
||||
messageChannelOptions: "telegram",
|
||||
agentChannelOptions: "last|telegram",
|
||||
channelOptions: ["quietchat"],
|
||||
messageChannelOptions: "quietchat",
|
||||
agentChannelOptions: "last|quietchat",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user