File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/server/apps/jsonrpc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def test_starlette_agent_card_with_api_key_scheme_alias(
5858 app_instance = A2AStarletteApplication (agent_card_with_api_key , handler )
5959 client = TestClient (app_instance .build ())
6060
61- response = client .get ('/.well-known/agent.json' )
61+ response = client .get ('/.well-known/agent-card .json' )
6262 assert response .status_code == 200
6363 response_data = response .json ()
6464
@@ -90,7 +90,7 @@ def test_fastapi_agent_card_with_api_key_scheme_alias(
9090 app_instance = A2AFastAPIApplication (agent_card_with_api_key , handler )
9191 client = TestClient (app_instance .build ())
9292
93- response = client .get ('/.well-known/agent.json' )
93+ response = client .get ('/.well-known/agent-card .json' )
9494 assert response .status_code == 200
9595 response_data = response .json ()
9696
You can’t perform that action at this time.
0 commit comments