From 0190adf620dbefb677c51543b02795a30cf2d208 Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Fri, 20 Dec 2024 10:24:56 +0800 Subject: [PATCH] test: refine feishu report --- tests/pytest/auto_crash_gen_valgrind_cluster.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pytest/auto_crash_gen_valgrind_cluster.py b/tests/pytest/auto_crash_gen_valgrind_cluster.py index 522ad48640..df40b60967 100755 --- a/tests/pytest/auto_crash_gen_valgrind_cluster.py +++ b/tests/pytest/auto_crash_gen_valgrind_cluster.py @@ -406,7 +406,8 @@ Core dir: {core_dir} if text_result == "success": send_msg(notification_robot_url, get_msg(text)) else: - send_msg(alert_robot_url, get_msg(text)) + send_msg(alert_robot_url, get_msg(text)) + send_msg(notification_robot_url, get_msg(text)) #send_msg(get_msg(text)) except Exception as e: