mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-05-20 08:32:25 +00:00
fix(test): add gateway llm runtime fake
This commit is contained in:
parent
8708ccea86
commit
de8761f25a
@ -1549,6 +1549,9 @@ def test_gateway_health_endpoint_binds_and_serves_expected_responses(
|
|||||||
self.dream = _FakeDream()
|
self.dream = _FakeDream()
|
||||||
self.sessions = _FakeSessionManager()
|
self.sessions = _FakeSessionManager()
|
||||||
|
|
||||||
|
def llm_runtime(self) -> None:
|
||||||
|
return None
|
||||||
|
|
||||||
async def run(self) -> None:
|
async def run(self) -> None:
|
||||||
await asyncio.Event().wait()
|
await asyncio.Event().wait()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user