Skip to content

Commit 292159b

Browse files
Update tests/server/routes/test_agent_card_route.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 50c1984 commit 292159b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/server/routes/test_agent_card_route.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def mock_agent_card():
2020
def test_app(mock_agent_card):
2121
app = Starlette()
2222
card_route = AgentCardRoutes(mock_agent_card)
23-
app.routes.append(card_route.route)
23+
app.routes.append(card_route.routes[0])
2424
return app
2525

2626

0 commit comments

Comments
 (0)