Skip to content

Commit 07909c4

Browse files
committed
fix mcp auto install tests
1 parent 5d4a5f3 commit 07909c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/pages/MainPage/pages/homePage/components/__tests__/McpAutoInstallContent.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe("McpAutoInstallContent", () => {
9999

100100
const buttons = screen.getAllByRole("button");
101101
fireEvent.click(buttons[0]);
102-
expect(mockInstall).toHaveBeenCalledWith("cursor", "Cursor");
102+
expect(mockInstall).toHaveBeenCalledWith("cursor", "Cursor", "streamablehttp");
103103
});
104104

105105
it("disables button when not local connection", () => {

0 commit comments

Comments
 (0)