We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7edf8 commit 37c3749Copy full SHA for 37c3749
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 send_message adds extensions to headers."""
+ """Test that SSE comments are ignored."""
59
extensions = [
60
'https://example.com/test-ext/v1',
61
'https://example.com/test-ext/v2',
0 commit comments