We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e07e9 commit 70e23aeCopy full SHA for 70e23ae
coderd/notifications/dispatch/smtp_test.go
@@ -445,8 +445,8 @@ func TestSMTP(t *testing.T) {
445
helpers := map[string]any{
446
"base_url": func() string { return "http://test.com" },
447
"current_year": func() string { return "2024" },
448
- "logo_url": func() string { return "https://logo.company" },
449
- "app_name": func() string { return "TestCompany" },
+ "logo_url": func() string { return "https://coder.com/coder-logo-horizontal.png" },
+ "app_name": func() string { return "Coder" },
450
}
451
handler := dispatch.NewSMTPHandler(tc.cfg, helpers, logger.Named("smtp"))
452
0 commit comments