mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-15 19:21:08 +00:00
Tests: stabilize bundle MCP SSE materialization
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { createRequire } from "node:module";
|
||||
import path from "node:path";
|
||||
import { afterEach, describe, expect, it } from "vitest";
|
||||
import { afterEach, describe, expect, it, vi } from "vitest";
|
||||
import {
|
||||
cleanupBundleMcpHarness,
|
||||
makeTempDir,
|
||||
@@ -124,6 +124,7 @@ describe("createBundleMcpToolRuntime", () => {
|
||||
});
|
||||
|
||||
it("loads configured SSE MCP tools via url", async () => {
|
||||
vi.useRealTimers();
|
||||
const sseServer = await startSseProbeServer();
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user