diff --git a/tests/unit_tests/test_server_client.py b/tests/unit_tests/test_server_client.py index 839a894d..2c8902b5 100644 --- a/tests/unit_tests/test_server_client.py +++ b/tests/unit_tests/test_server_client.py @@ -1131,7 +1131,6 @@ async def add_one(x: int) -> int: async with AsyncClient( base_url="http://localhost:9999", transport=httpx.ASGITransport(app=app) ) as async_client: - server_runnable_spy = mocker.spy(server_runnable, "ainvoke") response = await async_client.post("/invoke", json={"input": 1}) # Config should be ignored but default debug information # will still be added