test: unlock synology schema passthrough · openclaw/openclaw@ba54c0e
shakkernerd
·
2026-05-13
·
via Recent Commits to openclaw:main
File tree
extensions/synology-chat/src
| Original file line number | Diff line number | Diff line change |
|---|
@@ -99,7 +99,7 @@ describe("synology-chat core", () => {
|
99 | 99 | }); |
100 | 100 | |
101 | 101 | it("keeps the schema open for plugin-specific passthrough fields", () => { |
102 | | -expect([true, {}]).toContainEqual(SynologyChatChannelConfigSchema.schema.additionalProperties); |
| 102 | +expect(SynologyChatChannelConfigSchema.schema.additionalProperties).toEqual({}); |
103 | 103 | }); |
104 | 104 | |
105 | 105 | it("isolates direct-message sessions by account and user", () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。