summaryrefslogtreecommitdiffstats
path: root/app/notification_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/notification_test.go')
-rw-r--r--app/notification_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/notification_test.go b/app/notification_test.go
index 8df19e2bf..24784940e 100644
--- a/app/notification_test.go
+++ b/app/notification_test.go
@@ -23,6 +23,8 @@ func TestSendNotifications(t *testing.T) {
UserId: th.BasicUser.Id,
ChannelId: th.BasicChannel.Id,
Message: "@" + th.BasicUser2.Username,
+ Type: model.POST_ADD_TO_CHANNEL,
+ Props: map[string]interface{}{model.POST_PROPS_ADDED_USER_ID: "junk"},
}, true)
if err != nil {