коммит произвёл
GitHub
родитель
f290745496
Коммит
c3ed07e679
@@ -293,7 +293,7 @@ func TestMailServiceConfig(t *testing.T) {
|
||||
config: func() *model.Config {
|
||||
return &model.Config{
|
||||
ServiceSettings: model.ServiceSettings{
|
||||
SiteURL: model.NewString(""),
|
||||
SiteURL: model.NewPointer(""),
|
||||
},
|
||||
EmailSettings: model.EmailSettings{
|
||||
EnableSignUpWithEmail: new(bool),
|
||||
@@ -304,7 +304,7 @@ func TestMailServiceConfig(t *testing.T) {
|
||||
RequireEmailVerification: new(bool),
|
||||
FeedbackName: new(string),
|
||||
FeedbackEmail: new(string),
|
||||
ReplyToAddress: model.NewString(configuredReplyTo),
|
||||
ReplyToAddress: model.NewPointer(configuredReplyTo),
|
||||
FeedbackOrganization: new(string),
|
||||
EnableSMTPAuth: new(bool),
|
||||
SMTPUsername: new(string),
|
||||
|
||||
Ссылка в новой задаче
Block a user