Skip to content

Commit 8adba29

Browse files
committed
Merge remote-tracking branch 'origin/main' into restful
2 parents 447d1b0 + 270ea9b commit 8adba29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/server/apps/jsonrpc/test_serialization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)