Skip to content

Commit 70e23ae

Browse files
committed
feat(notifications): improve logo_url and app_name fetching moving it to notifications package
1 parent 73e07e9 commit 70e23ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/notifications/dispatch/smtp_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ func TestSMTP(t *testing.T) {
445445
helpers := map[string]any{
446446
"base_url": func() string { return "http://test.com" },
447447
"current_year": func() string { return "2024" },
448-
"logo_url": func() string { return "https://logo.company" },
449-
"app_name": func() string { return "TestCompany" },
448+
"logo_url": func() string { return "https://coder.com/coder-logo-horizontal.png" },
449+
"app_name": func() string { return "Coder" },
450450
}
451451
handler := dispatch.NewSMTPHandler(tc.cfg, helpers, logger.Named("smtp"))
452452

0 commit comments

Comments
 (0)