We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aafaa4 commit c1212afCopy full SHA for c1212af
1 file changed
tests/client/transports/test_rest_client.py
@@ -55,7 +55,7 @@ class TestRestTransportExtensions:
55
async def test_send_message_with_default_extensions(
56
self, mock_httpx_client: AsyncMock, mock_agent_card: MagicMock
57
):
58
- """Test that SSE comments are ignored."""
+ """Test that send_message adds extensions to headers."""
59
extensions = [
60
'https://example.com/test-ext/v1',
61
'https://example.com/test-ext/v2',
@@ -100,7 +100,7 @@ async def test_send_message_streaming_comment_success(
100
self,
101
mock_agent_card: MagicMock,
102
103
- """Test successful streaming in RestTransport."""
+ """Test that SSE comments are ignored."""
104
async with httpx.AsyncClient() as client:
105
transport = RestTransport(
106
httpx_client=client, agent_card=mock_agent_card
0 commit comments