Skip to content

Commit 7826ade

Browse files
authored
test: convert test_integration.py to in-memory transport (fix flaky) (#2277)
1 parent ff50351 commit 7826ade

File tree

2 files changed

+231
-515
lines changed

2 files changed

+231
-515
lines changed

src/mcp/server/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ async def send_progress_notification(
474474
related_request_id,
475475
)
476476

477-
async def send_resource_list_changed(self) -> None: # pragma: no cover
477+
async def send_resource_list_changed(self) -> None:
478478
"""Send a resource list changed notification."""
479479
await self.send_notification(types.ResourceListChangedNotification())
480480

0 commit comments

Comments
 (0)