diff --git a/src/tools/posthog-llm.tool.test.ts b/src/tools/posthog-llm.tool.test.ts index c5675d8..6abfd74 100644 --- a/src/tools/posthog-llm.tool.test.ts +++ b/src/tools/posthog-llm.tool.test.ts @@ -18,10 +18,6 @@ jest.mock('../utils/error.util.js'); jest.mock('../controllers/posthog-llm.controller.js'); jest.mock('../types/posthog-llm.types.js'); -// Mock the capturePosthogLlmObservability function since it's not exported -// We'll need to access it through the server.tool registration -const mockCapturePosthogLlmObservability = jest.fn(); - // Mock MCP Server const mockMcpServer = { tool: jest.fn(),