Skip to content

Commit b0788f4

Browse files
chore: rename "Test Notification" to "Troubleshooting Notification" (#17790)
Rename the "Test Notification" to "Troubleshooting Notification"
1 parent 599bb35 commit b0788f4

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
UPDATE notification_templates
2+
SET name = 'Test Notification'
3+
WHERE id = 'c425f63e-716a-4bf4-ae24-78348f706c3f';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
UPDATE notification_templates
2+
SET name = 'Troubleshooting Notification'
3+
WHERE id = 'c425f63e-716a-4bf4-ae24-78348f706c3f';

coderd/notifications/testdata/rendered-templates/webhook/TemplateTestNotification.json.golden

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"msg_id": "00000000-0000-0000-0000-000000000000",
44
"payload": {
55
"_version": "1.2",
6-
"notification_name": "Test Notification",
6+
"notification_name": "Troubleshooting Notification",
77
"notification_template_id": "00000000-0000-0000-0000-000000000000",
88
"user_id": "00000000-0000-0000-0000-000000000000",
99
"user_email": "bobby@coder.com",

0 commit comments

Comments
 (0)