test: purify health probe snapshots · openclaw/openclaw@d7f7a71
shakkernerd
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -816,13 +816,13 @@ describe("getHealthSnapshot", () => {
|
816 | 816 | }; |
817 | 817 | |
818 | 818 | expect(imessage.configured).toBe(true); |
819 | | -expect(imessage.probe).toMatchObject({ |
| 819 | +expect(imessage.probe).toEqual({ |
820 | 820 | ok: false, |
821 | 821 | error: |
822 | 822 | "imsg cannot access ~/Library/Messages/chat.db. Grant Full Disk Access to the Gateway/launcher process and restart Gateway.", |
823 | 823 | }); |
824 | 824 | expect(imessage.probe?.privateApi).toBeUndefined(); |
825 | | -expect(imessage.accounts?.default?.probe).toMatchObject({ |
| 825 | +expect(imessage.accounts?.default?.probe).toEqual({ |
826 | 826 | ok: false, |
827 | 827 | error: |
828 | 828 | "imsg cannot access ~/Library/Messages/chat.db. Grant Full Disk Access to the Gateway/launcher process and restart Gateway.", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。