[MM-61858] Fix flaky TestSendNotifications (#29339)

Этот коммит содержится в:
Ben Schumacher
2024-11-21 09:51:59 +01:00
коммит произвёл 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) {
th := Setup(t).InitBasic()
defer th.TearDown()
testUserNotNotified := func(t *testing.T, user *model.User) {
rootPost := &model.Post{
UserId: user.Id,