We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab4678 commit 962470bCopy full SHA for 962470b
coderd/notifications/notifications_test.go
@@ -978,6 +978,7 @@ func TestNotificationTemplates_Golden(t *testing.T) {
978
UserName: "Bobby",
979
UserEmail: "bobby@coder.com",
980
UserUsername: "bobby",
981
+ Labels: map[string]string{},
982
// We need to use floats as `json.Unmarshal` unmarshal numbers in `map[string]any` to floats.
983
Data: map[string]any{
984
"report_frequency": "week",
0 commit comments