From 72652d7c2cea7be276898ae905cacf9f828a4a93 Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Fri, 20 Dec 2024 10:24:23 +0800 Subject: [PATCH] test: refine feishu report --- tests/pytest/auto_crash_gen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pytest/auto_crash_gen.py b/tests/pytest/auto_crash_gen.py index f6b31b4691..316f2ead0f 100755 --- a/tests/pytest/auto_crash_gen.py +++ b/tests/pytest/auto_crash_gen.py @@ -384,7 +384,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: