Skip to content

Commit 1973461

Browse files
authored
Merge branch 'main' into copilot/fix-issue-36488
2 parents dc38909 + 2d13062 commit 1973461

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/setting/mailer_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ import (
1111

1212
func Test_loadMailerFrom(t *testing.T) {
1313
kases := map[string]*Mailer{
14-
"smtp.mydomain.com": {
15-
SMTPAddr: "smtp.mydomain.com",
14+
"smtp.mydomain.test": {
15+
SMTPAddr: "smtp.mydomain.test",
1616
SMTPPort: "465",
1717
},
18-
"smtp.mydomain.com:123": {
19-
SMTPAddr: "smtp.mydomain.com",
18+
"smtp.mydomain.test:123": {
19+
SMTPAddr: "smtp.mydomain.test",
2020
SMTPPort: "123",
2121
},
2222
":123": {

0 commit comments

Comments
 (0)