Skip to content

Commit d2b3ac3

Browse files
committed
Add TODO
1 parent d8394df commit d2b3ac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_end_to_end.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import httpx
66
import pytest
77
import pytest_asyncio
8-
98
from starlette.applications import Starlette
109

1110
from a2a.client.base_client import BaseClient
@@ -175,6 +174,7 @@ class ClientSetup(NamedTuple):
175174
@pytest.fixture
176175
def base_e2e_setup(agent_card):
177176
task_store = InMemoryTaskStore()
177+
# TODO(https://github.com/a2aproject/a2a-python/issues/869): Use DefaultRequestHandler once it's fixed
178178
handler = LegacyRequestHandler(
179179
agent_executor=MockAgentExecutor(),
180180
task_store=task_store,

0 commit comments

Comments
 (0)