Skip to content

Commit b3c201e

Browse files
committed
revert wrong changes
1 parent 23e149d commit b3c201e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

tests/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
#

tests/compat/v0_3/test_jsonrpc_app_compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ def test_app(mock_handler):
5151
mock_agent_card.capabilities.streaming = False
5252
mock_agent_card.capabilities.push_notifications = True
5353
mock_agent_card.capabilities.extended_agent_card = True
54-
router = JsonRpcRoutes(
54+
jsonrpc_routes = JsonRpcRoutes(
5555
agent_card=mock_agent_card,
5656
request_handler=mock_handler,
5757
enable_v0_3_compat=True,
5858
rpc_url='/',
5959
)
60-
return Starlette(routes=router.routes)
60+
return Starlette(routes=jsonrpc_routes.routes)
6161

6262

6363
@pytest.fixture

0 commit comments

Comments
 (0)