golint fix (#13613)
Этот коммит содержится в:
коммит произвёл
Ben Schumacher
родитель
2186af4d13
Коммит
3865bc501e
@@ -80,7 +80,7 @@ func (h *testHelper) ConfigPath() string {
|
||||
|
||||
// SetConfig replaces the configuration passed to a running command.
|
||||
func (h *testHelper) SetConfig(config *model.Config) {
|
||||
config.SqlSettings = *mainHelper.GetSqlSettings()
|
||||
config.SqlSettings = *mainHelper.GetSQLSettings()
|
||||
|
||||
// Disable strict password requirements for test
|
||||
*config.PasswordSettings.MinimumLength = 5
|
||||
|
||||
Ссылка в новой задаче
Block a user