Skip to content

Commit c1212af

Browse files
committed
Revert wrong comment change
1 parent 8aafaa4 commit c1212af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/client/transports/test_rest_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class TestRestTransportExtensions:
5555
async def test_send_message_with_default_extensions(
5656
self, mock_httpx_client: AsyncMock, mock_agent_card: MagicMock
5757
):
58-
"""Test that SSE comments are ignored."""
58+
"""Test that send_message adds extensions to headers."""
5959
extensions = [
6060
'https://example.com/test-ext/v1',
6161
'https://example.com/test-ext/v2',
@@ -100,7 +100,7 @@ async def test_send_message_streaming_comment_success(
100100
self,
101101
mock_agent_card: MagicMock,
102102
):
103-
"""Test successful streaming in RestTransport."""
103+
"""Test that SSE comments are ignored."""
104104
async with httpx.AsyncClient() as client:
105105
transport = RestTransport(
106106
httpx_client=client, agent_card=mock_agent_card

0 commit comments

Comments
 (0)