Skip to content

Commit 3f7267b

Browse files
committed
test: openapi working in sub-app
1 parent 1f5a681 commit 3f7267b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/server/apps/jsonrpc/test_serialization.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@ def test_handle_unicode_characters(agent_card_with_api_key: AgentCard):
187187
assert data['result']['parts'][0]['text'] == f'Received: {unicode_text}'
188188

189189

190-
def test_fastapi_sub_application(
191-
agent_card_with_api_key: AgentCard,
192-
):
190+
def test_fastapi_sub_application(agent_card_with_api_key: AgentCard):
193191
"""
194192
Tests that the A2AFastAPIApplication endpoint correctly passes the url in sub-application.
195193
"""

0 commit comments

Comments
 (0)