We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5786ea1 commit 26970daCopy full SHA for 26970da
1 file changed
backend/tests/test_review.py
@@ -236,7 +236,7 @@ def test_cache_key_differs_for_different_action(self):
236
@pytest.mark.asyncio
237
async def test_cache_hit_skips_llm_call(self):
238
"""When cache has a result, the LLM should NOT be called."""
239
- from app.services.llm import LLMService
+ from app.services.llm import MockLLMService as LLMService
240
241
service = LLMService.__new__(LLMService)
242
service.review_parser = MagicMock()
0 commit comments