From e8d7701b60e8285568ed01c2fe155ed02c388136 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 20 Jan 2017 09:43:14 -0500 Subject: PLT-5284 Fix webhook notifications for channel creator is not in (#5119) * Fix webhook notifications for channel creator is not in * Fix unit test --- app/notification_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/notification_test.go') diff --git a/app/notification_test.go b/app/notification_test.go index 8554d0af6..10eb09247 100644 --- a/app/notification_test.go +++ b/app/notification_test.go @@ -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 { -- cgit v1.2.3-1-g7c22