mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
test: tighten feishu startup warning assertion
This commit is contained in:
@@ -168,7 +168,7 @@ describe("Feishu monitor startup preflight", () => {
|
||||
await waitForStartedAccount(started, "beta");
|
||||
expect(started).toEqual(["alpha", "beta"]);
|
||||
expect(runtime.error).toHaveBeenCalledWith(
|
||||
expect.stringContaining("bot info probe timed out"),
|
||||
"feishu[alpha]: bot info probe timed out after 30000ms; continuing startup",
|
||||
);
|
||||
} finally {
|
||||
releaseStartedBetaProbe();
|
||||
|
||||
Reference in New Issue
Block a user