[MM-23651] No more than 256 members are allowed to be invited (#15414)
* Update constant to 256 * update test Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
42eca5315b
Коммит
5be6da2e9a
@@ -2161,7 +2161,7 @@ func TestAddTeamMembers(t *testing.T) {
|
||||
CheckNotFoundStatus(t, resp)
|
||||
|
||||
// Test with many users.
|
||||
for i := 0; i < 25; i++ {
|
||||
for i := 0; i < 260; i++ {
|
||||
testUserList = append(testUserList, GenerateTestId())
|
||||
}
|
||||
_, resp = Client.AddTeamMembers(team.Id, testUserList)
|
||||
|
||||
Ссылка в новой задаче
Block a user