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 651c122 commit 0e86d10Copy full SHA for 0e86d10
tests/server/test_integration.py
@@ -383,7 +383,7 @@ def custom_handler(request):
383
def test_fastapi_build_custom_agent_card_path(
384
app: A2AFastAPIApplication, agent_card: AgentCard
385
):
386
- """Test building the app with additional routes."""
+ """Test building the app with a custom agent card path."""
387
388
test_app = app.build(agent_card_url='/agent-card')
389
client = TestClient(test_app)
0 commit comments