Skip to content

Commit 72f9562

Browse files
committed
Update the test content of dingtalk and wecom notification channel
1 parent 87d469e commit 72f9562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Actions/Notifications/SendDingTalkTestNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function handle(array $webhooks)
2424
$payload = [
2525
'msgtype' => 'text',
2626
'text' => [
27-
'content' => '👋 Testing the Webhook notification channel on Speedtest Tracker.',
27+
'content' => '👋 Testing the DingTalk notification channel on Speedtest Tracker.',
2828
],
2929
];
3030

app/Actions/Notifications/SendWeComTestNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function handle(array $webhooks)
2424
$payload = [
2525
'msgtype' => 'text',
2626
'text' => [
27-
'content' => '👋 Testing the Webhook notification channel on Speedtest Tracker.',
27+
'content' => '👋 Testing the WeCom notification channel on Speedtest Tracker.',
2828
],
2929
];
3030

0 commit comments

Comments
 (0)