Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3ed337b34d
Коммит
e7e1d7d7ce
@@ -56,7 +56,8 @@ func TestFirstUserPromoted(t *testing.T) {
|
||||
|
||||
require.Equal(t, model.SystemUserRoleId, user2.Roles)
|
||||
|
||||
th.dbStore.User().PermanentDelete(th.Context, user.Id)
|
||||
err = th.dbStore.User().PermanentDelete(th.Context, user.Id)
|
||||
require.NoError(t, err)
|
||||
|
||||
b := &model.Bot{
|
||||
UserId: user2.Id,
|
||||
|
||||
Ссылка в новой задаче
Block a user