mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-05-19 08:02:30 +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.sessions = _FakeSessionManager()
|
||||
|
||||
def llm_runtime(self) -> None:
|
||||
return None
|
||||
|
||||
async def run(self) -> None:
|
||||
await asyncio.Event().wait()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user