diff options
Diffstat (limited to 'internal/processing/stream')
-rw-r--r-- | internal/processing/stream/notification_test.go | 1 | ||||
-rw-r--r-- | internal/processing/stream/statusupdate_test.go | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/internal/processing/stream/notification_test.go b/internal/processing/stream/notification_test.go index 1f04d5103..169e4f5ce 100644 --- a/internal/processing/stream/notification_test.go +++ b/internal/processing/stream/notification_test.go @@ -76,6 +76,7 @@ func (suite *NotificationTestSuite) TestStreamNotification() { "avatar_static": "", "header": "http://localhost:8080/assets/default_header.webp", "header_static": "http://localhost:8080/assets/default_header.webp", + "header_description": "Flat gray background (default header).", "followers_count": 0, "following_count": 0, "statuses_count": 3, diff --git a/internal/processing/stream/statusupdate_test.go b/internal/processing/stream/statusupdate_test.go index 97e056175..b61a9c623 100644 --- a/internal/processing/stream/statusupdate_test.go +++ b/internal/processing/stream/statusupdate_test.go @@ -87,6 +87,7 @@ func (suite *StatusUpdateTestSuite) TestStreamNotification() { "avatar_static": "", "header": "http://localhost:8080/assets/default_header.webp", "header_static": "http://localhost:8080/assets/default_header.webp", + "header_description": "Flat gray background (default header).", "followers_count": 0, "following_count": 0, "statuses_count": 3, |