We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8394df commit d2b3ac3Copy full SHA for d2b3ac3
1 file changed
tests/integration/test_end_to_end.py
@@ -5,7 +5,6 @@
5
import httpx
6
import pytest
7
import pytest_asyncio
8
-
9
from starlette.applications import Starlette
10
11
from a2a.client.base_client import BaseClient
@@ -175,6 +174,7 @@ class ClientSetup(NamedTuple):
175
174
@pytest.fixture
176
def base_e2e_setup(agent_card):
177
task_store = InMemoryTaskStore()
+ # TODO(https://github.com/a2aproject/a2a-python/issues/869): Use DefaultRequestHandler once it's fixed
178
handler = LegacyRequestHandler(
179
agent_executor=MockAgentExecutor(),
180
task_store=task_store,
0 commit comments