test: refine feishu report
This commit is contained in:
parent
72652d7c2c
commit
4b1a9d11a2
|
@ -419,6 +419,7 @@ Core dir: {core_dir}
|
||||||
send_msg(notification_robot_url, get_msg(text))
|
send_msg(notification_robot_url, get_msg(text))
|
||||||
else:
|
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))
|
#send_msg(get_msg(text))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Reference in New Issue