MM-8593 Default APIv3 to disabled for new installs (#8353)
* Default APIv3 to disabled for new installs * Add EnableAPIv3 setting to client config * Enable APIv3 for needed tests
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
4211a2bb3c
Коммит
5fb4b1bc93
@@ -100,6 +100,7 @@ func setupTestHelper(enterprise bool) *TestHelper {
|
||||
*cfg.TeamSettings.MaxUsersPerTeam = 50
|
||||
*cfg.RateLimitSettings.Enable = false
|
||||
cfg.EmailSettings.SendEmailNotifications = true
|
||||
*cfg.ServiceSettings.EnableAPIv3 = true
|
||||
})
|
||||
prevListenAddress := *th.App.Config().ServiceSettings.ListenAddress
|
||||
if testStore != nil {
|
||||
|
||||
Ссылка в новой задаче
Block a user