chore: 清理 error_code 收尾(删冗余死代码行、补尾换行)
This commit is contained in:
@@ -103,7 +103,6 @@ def test_chat_failed_error_code_network_last():
|
||||
|
||||
def test_chat_failed_error_code_not_configured():
|
||||
# 备用模型 Key 缺失(最后一次)→ LLM_NOT_CONFIGURED
|
||||
client = FakeLLMClient([("raise_network", ""), ("raise_timeout", "")])
|
||||
# 用自定义异常客户端模拟 NotConfigured
|
||||
class NotConfiguredClient:
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user