summaryrefslogtreecommitdiff
path: root/internal/processing/notification_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/notification_test.go')
-rw-r--r--internal/processing/notification_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/notification_test.go b/internal/processing/notification_test.go
index 6ecca92a9..9758ea1a0 100644
--- a/internal/processing/notification_test.go
+++ b/internal/processing/notification_test.go
@@ -33,7 +33,7 @@ type NotificationTestSuite struct {
// get a notification where someone has liked our status
func (suite *NotificationTestSuite) TestGetNotifications() {
receivingAccount := suite.testAccounts["local_account_1"]
- notifsResponse, err := suite.processor.NotificationsGet(context.Background(), suite.testAutheds["local_account_1"], 10, "", "")
+ notifsResponse, err := suite.processor.NotificationsGet(context.Background(), suite.testAutheds["local_account_1"], []string{}, 10, "", "")
suite.NoError(err)
suite.Len(notifsResponse.Items, 1)
notif, ok := notifsResponse.Items[0].(*apimodel.Notification)