mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 17:30:26 +00:00
fix: restore main ci type checks
This commit is contained in:
@@ -384,7 +384,7 @@ describe("normalizeCompatibilityConfigValues", () => {
|
||||
dmPolicy: "allowlist",
|
||||
allowFrom: ["123"],
|
||||
groupPolicy: "allowlist",
|
||||
streaming: "partial",
|
||||
streaming: { mode: "partial" },
|
||||
accounts: {
|
||||
alerts: {
|
||||
enabled: true,
|
||||
@@ -400,7 +400,7 @@ describe("normalizeCompatibilityConfigValues", () => {
|
||||
dmPolicy: "allowlist",
|
||||
allowFrom: ["123"],
|
||||
groupPolicy: "allowlist",
|
||||
streaming: "partial",
|
||||
streaming: { mode: "partial" },
|
||||
});
|
||||
expect(res.config.channels?.telegram?.botToken).toBeUndefined();
|
||||
expect(res.config.channels?.telegram?.dmPolicy).toBeUndefined();
|
||||
|
||||
Reference in New Issue
Block a user