Skip to content

Commit 3eff685

Browse files
Update tests/server/apps/rest/test_rest_fastapi_app.py
Co-authored-by: Holt Skinner <[email protected]>
1 parent 1eea927 commit 3eff685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/apps/rest/test_rest_fastapi_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def streaming_app(
7171

7272
return A2ARESTFastAPIApplication(
7373
streaming_agent_card, request_handler
74-
).build(agent_card_url='/well-known/agent.json', rpc_url='')
74+
).build(agent_card_url='/well-known/agent-card.json', rpc_url='')
7575

7676

7777
@pytest.fixture

0 commit comments

Comments
 (0)