diff options
Diffstat (limited to 'internal/processing/stream/notification_test.go')
-rw-r--r-- | internal/processing/stream/notification_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/processing/stream/notification_test.go b/internal/processing/stream/notification_test.go index e12f23abe..2e83714fa 100644 --- a/internal/processing/stream/notification_test.go +++ b/internal/processing/stream/notification_test.go @@ -74,8 +74,8 @@ func (suite *NotificationTestSuite) TestStreamNotification() { "url": "http://fossbros-anonymous.io/@foss_satan", "avatar": "", "avatar_static": "", - "header": "http://localhost:8080/assets/default_header.png", - "header_static": "http://localhost:8080/assets/default_header.png", + "header": "http://localhost:8080/assets/default_header.webp", + "header_static": "http://localhost:8080/assets/default_header.webp", "followers_count": 0, "following_count": 0, "statuses_count": 3, |