diff options
Diffstat (limited to 'internal/processing/stream/notification_test.go')
-rw-r--r-- | internal/processing/stream/notification_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/processing/stream/notification_test.go b/internal/processing/stream/notification_test.go index 5c89e1f40..2ede28079 100644 --- a/internal/processing/stream/notification_test.go +++ b/internal/processing/stream/notification_test.go @@ -82,7 +82,8 @@ func (suite *NotificationTestSuite) TestStreamNotification() { "statuses_count": 4, "last_status_at": "2024-11-01", "emojis": [], - "fields": [] + "fields": [], + "group": false } }`, dst.String()) } |