mirror of https://github.com/langgenius/dify.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
a177097228
commit
36be4ac211
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -254,4 +254,3 @@ def test_contains_persian_langdetect_fallback(monkeypatch):
|
|||
# Reset monkeypatch
|
||||
monkeypatch.setattr(lg, "_LANGDETECT_AVAILABLE", False)
|
||||
monkeypatch.setattr(lg, "detect", None)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue