diff options
author | 2023-10-30 19:01:00 +0100 | |
---|---|---|
committer | 2023-10-30 19:01:00 +0100 | |
commit | dd4b0241eaf392d4f2c8c040625c53b6997c5c3b (patch) | |
tree | 44b7109ffea76b542132768eddc516e3b520e348 /internal/typeutils/internaltofrontend_test.go | |
parent | [feature] Customizable media cleaner schedule (#2304) (diff) | |
download | gotosocial-dd4b0241eaf392d4f2c8c040625c53b6997c5c3b.tar.xz |
[bugfix] Allow blocked accounts to show in precise search (#2321)
Diffstat (limited to 'internal/typeutils/internaltofrontend_test.go')
-rw-r--r-- | internal/typeutils/internaltofrontend_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/typeutils/internaltofrontend_test.go b/internal/typeutils/internaltofrontend_test.go index 9f72c6d2e..16966d8cb 100644 --- a/internal/typeutils/internaltofrontend_test.go +++ b/internal/typeutils/internaltofrontend_test.go @@ -313,8 +313,8 @@ func (suite *InternalToFrontendTestSuite) TestLocalInstanceAccountToFrontendBloc "url": "http://localhost:8080/@localhost:8080", "avatar": "", "avatar_static": "", - "header": "", - "header_static": "", + "header": "http://localhost:8080/assets/default_header.png", + "header_static": "http://localhost:8080/assets/default_header.png", "followers_count": 0, "following_count": 0, "statuses_count": 0, |