Merge branch 'feature/1710-consolidate-instance-info' into 'develop'
Feature/1710 consolidate instance info Closes #1710 See merge request pleroma/pleroma!2430
This commit is contained in:
commit
3126f8a334
5 changed files with 80 additions and 45 deletions
|
|
@ -34,6 +34,10 @@ defmodule Pleroma.Web.MastodonAPI.InstanceControllerTest do
|
|||
"banner_upload_limit" => _
|
||||
} = result
|
||||
|
||||
assert result["pleroma"]["metadata"]["features"]
|
||||
assert result["pleroma"]["metadata"]["federation"]
|
||||
assert result["pleroma"]["vapid_public_key"]
|
||||
|
||||
assert email == from_config_email
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue