diff --git a/tests/cli/test_commands.py b/tests/cli/test_commands.py index 8baa5d2f8..2778ddbbb 100644 --- a/tests/cli/test_commands.py +++ b/tests/cli/test_commands.py @@ -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()