fix(test): add gateway llm runtime fake

This commit is contained in:
Xubin Ren 2026-05-18 01:19:45 +08:00
parent 8708ccea86
commit de8761f25a

View File

@ -1549,6 +1549,9 @@ def test_gateway_health_endpoint_binds_and_serves_expected_responses(
self.dream = _FakeDream()
self.sessions = _FakeSessionManager()
def llm_runtime(self) -> None:
return None
async def run(self) -> None:
await asyncio.Event().wait()