[Bug] 通知系统内部 type 参数关键字冲突导致发送失败 #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题描述
定时任务「自主循环: 生成本周自动化测试周报与失败用例分析」执行过程中,通知相关人员步骤失败。
错误信息:通知系统内部参数异常(
type关键字冲突)。复现步骤
type参数type与 Python 内置函数或框架保留字冲突,导致发送失败预期行为
通知节点应正常发送通知(邮件 / 站内信 / 钉钉 / 企微等),
type参数应被正确处理或重命名以避免冲突。涉及文件
严重程度
中 — 不影响核心执行流程,但导致通知功能不可用
建议修复方向
type参数的传递链路notify_type或channel_type)