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 1f5a681 commit 3f7267bCopy full SHA for 3f7267b
tests/server/apps/jsonrpc/test_serialization.py
@@ -187,9 +187,7 @@ def test_handle_unicode_characters(agent_card_with_api_key: AgentCard):
187
assert data['result']['parts'][0]['text'] == f'Received: {unicode_text}'
188
189
190
-def test_fastapi_sub_application(
191
- agent_card_with_api_key: AgentCard,
192
-):
+def test_fastapi_sub_application(agent_card_with_api_key: AgentCard):
193
"""
194
Tests that the A2AFastAPIApplication endpoint correctly passes the url in sub-application.
195
0 commit comments