We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07421af commit ee140dbCopy full SHA for ee140db
1 file changed
tests/integration/endpoints/test_health_integration.py
@@ -26,7 +26,8 @@ def mock_llama_stack_client_fixture(
26
as it represents an external service call.
27
28
Returns:
29
- mock_client: An AsyncMock representing the Llama Stack client whose `inspect.version` returns an empty list.
+ mock_client: An AsyncMock representing the Llama Stack client whose
30
+ `inspect.version` returns an empty list.
31
"""
32
mock_holder_class = mocker.patch("app.endpoints.health.AsyncLlamaStackClientHolder")
33
0 commit comments