diff options
Diffstat (limited to 'internal/processing/stream/statusupdate_test.go')
-rw-r--r-- | internal/processing/stream/statusupdate_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/processing/stream/statusupdate_test.go b/internal/processing/stream/statusupdate_test.go index da32be48b..2ae3f217b 100644 --- a/internal/processing/stream/statusupdate_test.go +++ b/internal/processing/stream/statusupdate_test.go @@ -85,8 +85,8 @@ func (suite *StatusUpdateTestSuite) 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, |