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

* Fix webhook notifications for channel creator is not in

* Fix unit test
This commit is contained in:
Joram Wilander
2017-01-20 09:43:14 -05:00
committed by Christopher Speller
parent 6aec2b6c55
commit e8d7701b60
3 changed files with 15 additions and 17 deletions

View File

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