aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-18 13:28:50 +0200
committerlain <lain@soykaf.club>2020-05-18 13:29:30 +0200
commit188b32145e0a97411878a11bd4f8ad8bc9cc1d9a (patch)
treecab89045b034f2d817783cb444b9d12d027173ef /test
parent96f7b1b140979249cf28bc742b7749f1bee7ea9c (diff)
downloadpleroma-188b32145e0a97411878a11bd4f8ad8bc9cc1d9a.tar.gz
InstanceView: Expose background image link.
This will make it easier for more clients to support this feature.
Diffstat (limited to 'test')
-rw-r--r--test/web/mastodon_api/controllers/instance_controller_test.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/mastodon_api/controllers/instance_controller_test.exs b/test/web/mastodon_api/controllers/instance_controller_test.exs
index 2c61dc5ba..8bdfdddd1 100644
--- a/test/web/mastodon_api/controllers/instance_controller_test.exs
+++ b/test/web/mastodon_api/controllers/instance_controller_test.exs
@@ -31,7 +31,8 @@ defmodule Pleroma.Web.MastodonAPI.InstanceControllerTest do
"upload_limit" => _,
"avatar_upload_limit" => _,
"background_upload_limit" => _,
- "banner_upload_limit" => _
+ "banner_upload_limit" => _,
+ "background_image" => _
} = result
assert result["pleroma"]["metadata"]["features"]