[MM-61858] Fix flaky TestSendNotifications (#29339)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6656a54484
Коммит
5911590ce6
@@ -170,8 +170,6 @@ func TestSendNotifications(t *testing.T) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
t.Run("replies to post created by OAuth bot should not notify user", func(t *testing.T) {
|
t.Run("replies to post created by OAuth bot should not notify user", func(t *testing.T) {
|
||||||
th := Setup(t).InitBasic()
|
|
||||||
defer th.TearDown()
|
|
||||||
testUserNotNotified := func(t *testing.T, user *model.User) {
|
testUserNotNotified := func(t *testing.T, user *model.User) {
|
||||||
rootPost := &model.Post{
|
rootPost := &model.Post{
|
||||||
UserId: user.Id,
|
UserId: user.Id,
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user