Remove unnecesary line
Этот коммит содержится в:
@@ -481,7 +481,6 @@ func TestJoinUserToTeam(t *testing.T) {
|
|||||||
maxUsersPerTeam := th.App.Config().TeamSettings.MaxUsersPerTeam
|
maxUsersPerTeam := th.App.Config().TeamSettings.MaxUsersPerTeam
|
||||||
defer func() {
|
defer func() {
|
||||||
th.App.UpdateConfig(func(cfg *model.Config) { cfg.TeamSettings.MaxUsersPerTeam = maxUsersPerTeam })
|
th.App.UpdateConfig(func(cfg *model.Config) { cfg.TeamSettings.MaxUsersPerTeam = maxUsersPerTeam })
|
||||||
th.App.SetDefaultRolesBasedOnConfig()
|
|
||||||
th.App.PermanentDeleteTeam(team)
|
th.App.PermanentDeleteTeam(team)
|
||||||
}()
|
}()
|
||||||
one := 1
|
one := 1
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user