|
@@ -65,7 +65,7 @@ def DingTalkSend(info):
|
|
|
|
|
|
# 钉钉推送
|
|
|
|
|
|
- url = 'https://oapi.dingtalk.com/robot/send?access_token=00fd89864b0527c2fd401ac470d0bd89e43de2ce5523fd3aeab44c85671e5d8e' # webhook
|
|
|
+ url = 'https://oapi.dingtalk.com/robot/send?access_token=f8566d2ed0feb8dc3bf2856df161241a8cf5a4c76af3d903abcabfdebebdff0e' # webhook
|
|
|
text = (
|
|
|
f"<font color=\'#FFA500\'>[通知] </font>青春重庆-{info}测试报告"
|
|
|
"\n\n用例运行总数: " + retries_run +
|