Skip to content

Commit 11d2e52

Browse files
committed
fixed test description
1 parent 6f4ae44 commit 11d2e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/shared/test_session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ async def make_request(client_session: ClientSession):
124124

125125
@pytest.mark.anyio
126126
async def test_request_cancellation_uncancellable():
127-
"""Test that asserts."""
128-
# The tool is already registered in the fixture
127+
"""Test that asserts a call with cancellable=False is not cancelled on
128+
server when cancel scope on client is set."""
129129

130130
ev_tool_called = anyio.Event()
131131
ev_tool_commplete = anyio.Event()

0 commit comments

Comments
 (0)