Fix the mock

This commit is contained in:
shamoon
2026-08-31 16:46:57 -07:00
parent 7a33030d19
commit fce9e5a6b2
+1 -1
View File
@@ -609,7 +609,7 @@ class TestAISuggestions(DirectoriesMixin, TestCase):
),
)
@patch("documents.views.get_ai_document_classification")
@patch("paperless_ai.ai_classifier.get_ai_document_classification")
@override_settings(
AI_ENABLED=True,
LLM_BACKEND="mock_backend",