Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d889b5

Browse files
committed
fix
1 parent a13eb9e commit 0d889b5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

coderd/notifications/notifications_test.go

+13
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,19 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
814814
},
815815
},
816816
},
817+
{
818+
name: "TemplateWorkspaceManualBuildFailed",
819+
id: notifications.TemplateWorkspaceManualBuildFailed,
820+
payload: types.MessagePayload{
821+
UserName: "bobby",
822+
Labels: map[string]string{
823+
"name": "bobby-workspace",
824+
"template_name": "bobby-template",
825+
"initiator": "joe",
826+
"workspace_owner_username": "mrbobby",
827+
},
828+
},
829+
},
817830
}
818831

819832
allTemplates, err := enumerateAllTemplates(t)

0 commit comments

Comments
 (0)