We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90f089 commit d337a51Copy full SHA for d337a51
1 file changed
tests/tools/mcp_tool/test_trusted_mcp_components.py
@@ -170,7 +170,7 @@ async def aclose(self):
170
connection_params=self.mock_http_params, errlog=sys.stderr
171
)
172
manager._sessions = {}
173
- manager._session_lock = asyncio.Lock()
+ # manager._session_lock = asyncio.Lock()
174
175
# Call create_session
176
headers = {"x-trusted-mcp": "true"}
@@ -207,7 +207,7 @@ async def run_test():
207
208
209
210
211
212
# Set up an existing session
213
existing_session = mock.MagicMock()
0 commit comments