[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-12-22 14:00:47 +00:00 committed by GitHub
parent a177097228
commit 36be4ac211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -107,4 +107,4 @@ def test_generate_conversation_name_handles_invoke_error(mock_get_model):
name = LLMGenerator.generate_conversation_name("tenant1", persian_query)
assert "پ" in name
assert "پ" in name

View File

@ -254,4 +254,3 @@ def test_contains_persian_langdetect_fallback(monkeypatch):
# Reset monkeypatch
monkeypatch.setattr(lg, "_LANGDETECT_AVAILABLE", False)
monkeypatch.setattr(lg, "detect", None)