summaryrefslogtreecommitdiff
path: root/internal/typeutils/internaltofrontend_test.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-10-30 19:01:00 +0100
committerLibravatar GitHub <noreply@github.com>2023-10-30 19:01:00 +0100
commitdd4b0241eaf392d4f2c8c040625c53b6997c5c3b (patch)
tree44b7109ffea76b542132768eddc516e3b520e348 /internal/typeutils/internaltofrontend_test.go
parent[feature] Customizable media cleaner schedule (#2304) (diff)
downloadgotosocial-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.go4
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,