Skip to content

Commit ec564e7

Browse files
committed
fix: remove stale pragma no cover from send_roots_list_changed
This line is now covered by the E2E tenant notification test.
1 parent 2dcebd0 commit ec564e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mcp/client/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ async def list_tools(self, *, params: types.PaginatedRequestParams | None = None
407407

408408
return result
409409

410-
async def send_roots_list_changed(self) -> None: # pragma: no cover
410+
async def send_roots_list_changed(self) -> None:
411411
"""Send a roots/list_changed notification."""
412412
await self.send_notification(types.RootsListChangedNotification())
413413

0 commit comments

Comments
 (0)