mirror of https://github.com/openclaw/openclaw.git
test(signal): load monitor after tool-result mocks
This commit is contained in:
parent
1bd9a12276
commit
a5ca0df4f4
|
|
@ -21,7 +21,6 @@ async function runMonitorWithMocks(
|
|||
const { monitorSignalProvider } = await import("./monitor.js");
|
||||
return monitorSignalProvider(opts);
|
||||
}
|
||||
|
||||
describe("monitorSignalProvider tool results", () => {
|
||||
it("pairs uuid-only senders with a uuid allowlist entry", async () => {
|
||||
setSignalToolResultTestConfig({
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ async function runMonitorWithMocks(
|
|||
const { monitorSignalProvider } = await import("./monitor.js");
|
||||
return monitorSignalProvider(opts);
|
||||
}
|
||||
|
||||
describe("monitorSignalProvider tool results", () => {
|
||||
it("uses bounded readiness checks when auto-starting the daemon", async () => {
|
||||
const runtime = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue