From ad700c5029688ffabae568c23bedd7bb333f7f33 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 20 Jul 2024 15:02:22 +0200 Subject: [chore/frontend] Use smaller webp images for logo and default avatars (#3119) --- internal/processing/stream/statusupdate_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/processing/stream/statusupdate_test.go') 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, -- cgit v1.2.3