test: tighten feishu startup warning assertion · openclaw/openclaw@f8e5ef9
openclaw
·
2026-05-11
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -168,7 +168,7 @@ describe("Feishu monitor startup preflight", () => {
|
168 | 168 | await waitForStartedAccount(started, "beta"); |
169 | 169 | expect(started).toEqual(["alpha", "beta"]); |
170 | 170 | expect(runtime.error).toHaveBeenCalledWith( |
171 | | -expect.stringContaining("bot info probe timed out"), |
| 171 | +"feishu[alpha]: bot info probe timed out after 30000ms; continuing startup", |
172 | 172 | ); |
173 | 173 | } finally { |
174 | 174 | releaseStartedBetaProbe(); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。