fix(ci): repair discord route and health fixtures · openclaw/openclaw@b92d145
steipete
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -20,4 +20,5 @@ export {
|
20 | 20 | normalizeDiscordMessagingTarget, |
21 | 21 | normalizeDiscordOutboundTarget, |
22 | 22 | } from "./src/normalize.js"; |
| 23 | +export { resolveDiscordRuntimeGroupPolicy } from "./src/runtime-group-policy.js"; |
23 | 24 | export { collectDiscordStatusIssues } from "./src/status-issues.js"; |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -232,7 +232,6 @@ describe("evaluateChannelHealth", () => {
|
232 | 232 | configured: true, |
233 | 233 | mode: "webhook", |
234 | 234 | lastStartAt: 0, |
235 | | -lastConnectedAt: 0, |
236 | 235 | lastEventAt: 0, |
237 | 236 | }, |
238 | 237 | { |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -956,7 +956,6 @@ describe("test-projects args", () => {
|
956 | 956 | includePatterns: [ |
957 | 957 | "extensions/discord/src/channel-actions.contract.test.ts", |
958 | 958 | "extensions/discord/src/channel.test.ts", |
959 | | -"extensions/discord/src/client.test.ts", |
960 | 959 | "extensions/discord/src/monitor/message-handler.bot-self-filter.test.ts", |
961 | 960 | "extensions/discord/src/monitor/message-handler.queue.test.ts", |
962 | 961 | "extensions/discord/src/monitor/provider.skill-dedupe.test.ts", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。