We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07eb10 commit 74ae4f7Copy full SHA for 74ae4f7
tests/mcp/test_caching.py
@@ -65,7 +65,7 @@ async def test_server_caching_tools_works(
65
@pytest.mark.asyncio
66
@patch("mcp.client.stdio.stdio_client", return_value=DummyStreamsContextManager())
67
@patch("mcp.client.session.ClientSession.initialize", new_callable=AsyncMock, return_value=None)
68
-@patch("mcp.client.session.ClientSession.list_tools")
+@patch("mcp.client.session.ClientSession.list_prompts")
69
async def test_server_caching_prompts_works(
70
mock_list_prompts: AsyncMock, mock_initialize: AsyncMock, mock_stdio_client
71
):
0 commit comments