We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc38909 + 2d13062 commit 1973461Copy full SHA for 1973461
1 file changed
modules/setting/mailer_test.go
@@ -11,12 +11,12 @@ import (
11
12
func Test_loadMailerFrom(t *testing.T) {
13
kases := map[string]*Mailer{
14
- "smtp.mydomain.com": {
15
- SMTPAddr: "smtp.mydomain.com",
+ "smtp.mydomain.test": {
+ SMTPAddr: "smtp.mydomain.test",
16
SMTPPort: "465",
17
},
18
- "smtp.mydomain.com:123": {
19
+ "smtp.mydomain.test:123": {
20
SMTPPort: "123",
21
22
":123": {
0 commit comments