PLT-5284 Fix webhook notifications for channel creator is not in (#5119)
* Fix webhook notifications for channel creator is not in * Fix unit test
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
6aec2b6c55
Коммит
e8d7701b60
@@ -24,7 +24,7 @@ func TestSendNotifications(t *testing.T) {
|
||||
t.Fatal(postErr)
|
||||
}
|
||||
|
||||
mentions, err := SendNotifications(post1, th.BasicTeam, th.BasicChannel)
|
||||
mentions, err := SendNotifications(post1, th.BasicTeam, th.BasicChannel, th.BasicUser)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
} else if mentions == nil {
|
||||
|
||||
Ссылка в новой задаче
Block a user