Skip to content

Commit 0e86d10

Browse files
committed
update docstring
1 parent 651c122 commit 0e86d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def custom_handler(request):
383383
def test_fastapi_build_custom_agent_card_path(
384384
app: A2AFastAPIApplication, agent_card: AgentCard
385385
):
386-
"""Test building the app with additional routes."""
386+
"""Test building the app with a custom agent card path."""
387387

388388
test_app = app.build(agent_card_url='/agent-card')
389389
client = TestClient(test_app)

0 commit comments

Comments
 (0)