mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-21 19:15:47 +00:00
test: tighten feishu startup warning assertion
This commit is contained in:
parent
420afc7117
commit
f8e5ef9f76
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue