PLT-5284 Fix webhook notifications for channel creator is not in (#5119)

* Fix webhook notifications for channel creator is not in

* Fix unit test
Этот коммит содержится в:
Joram Wilander
2017-01-20 09:43:14 -05:00
коммит произвёл Christopher Speller
родитель 6aec2b6c55
Коммит e8d7701b60
3 изменённых файлов: 15 добавлений и 17 удалений

Просмотреть файл

@@ -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 {