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 5ed61fe commit 5411b11Copy full SHA for 5411b11
tests/client/test_session.py
@@ -544,6 +544,4 @@ async def mock_server():
544
received_capabilities.roots is not None
545
) # Custom list_roots callback provided
546
assert isinstance(received_capabilities.roots, types.RootsCapability)
547
- assert (
548
- received_capabilities.roots.listChanged is True
549
- ) # Should be True for custom callback
+ assert received_capabilities.roots.listChanged is False
0 commit comments