mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 04:21:38 +00:00
refactor!: rename chat providers to channels
This commit is contained in:
@@ -226,8 +226,10 @@ describe("routeReply", () => {
|
||||
it("routes MS Teams via proactive sender", async () => {
|
||||
mocks.sendMessageMSTeams.mockClear();
|
||||
const cfg = {
|
||||
msteams: {
|
||||
enabled: true,
|
||||
channels: {
|
||||
msteams: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
} as unknown as ClawdbotConfig;
|
||||
await routeReply({
|
||||
|
||||
Reference in New Issue
Block a user