style: 统一飞书通知节点状态语义
This commit is contained in:
@@ -507,7 +507,7 @@ def test_feishu_notification_report_builds_notification_payload_with_receipt_and
|
||||
},
|
||||
)
|
||||
|
||||
assert result.node_results[7]["status"] == "已完成"
|
||||
assert result.node_results[7]["status"] == "已发送"
|
||||
assert result.notification_payload["message_status"] == "sent"
|
||||
assert result.notification_payload["web_detail_url"] == "https://example.com/audit/3"
|
||||
assert result.notification_payload["receipt"]["message_id"] == "msg-3"
|
||||
|
||||
@@ -532,6 +532,7 @@ def test_audit_detail_page_shows_export_summary_and_notification_receipt(client,
|
||||
assert "风险项未清零" in content
|
||||
assert "通知回执" in content
|
||||
assert "msg-9" in content
|
||||
assert "飞书通知 / 已发送" in content
|
||||
assert "已发送" in content
|
||||
|
||||
|
||||
|
||||
@@ -738,6 +738,7 @@ def test_chat_page_shows_risk_and_notification_cards_from_conversation_summary(c
|
||||
assert "张三" in content
|
||||
assert "True" in content
|
||||
assert "CH1.11.5 沟通记录缺失" in content
|
||||
assert "飞书通知 / 已发送" in content
|
||||
assert "飞书通知能力卡" in content
|
||||
assert "task_completed" in content
|
||||
assert "已发送" in content
|
||||
|
||||
Reference in New Issue
Block a user