diff options
author | rinpatch <rinpatch@sdf.org> | 2019-05-21 09:13:10 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-05-21 09:13:10 +0300 |
commit | 76a7429befb2e9a819b653ff8328cc42a565c29d (patch) | |
tree | 3b85648df8c7a240453bdb4d3f8917f08b3d8bfc /test | |
parent | 6430cb1bf78e7949cc023a30df7a8d1547c36524 (diff) | |
download | pleroma-76a7429befb2e9a819b653ff8328cc42a565c29d.tar.gz pleroma-76a7429befb2e9a819b653ff8328cc42a565c29d.zip |
Add poll limits to /api/v1/instance and initial state
Diffstat (limited to 'test')
-rw-r--r-- | test/web/mastodon_api/mastodon_api_controller_test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/mastodon_api/mastodon_api_controller_test.exs b/test/web/mastodon_api/mastodon_api_controller_test.exs index 68fe9c1b4..48268d4f7 100644 --- a/test/web/mastodon_api/mastodon_api_controller_test.exs +++ b/test/web/mastodon_api/mastodon_api_controller_test.exs @@ -2494,7 +2494,8 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do "stats" => _, "thumbnail" => _, "languages" => _, - "registrations" => _ + "registrations" => _, + "poll_limits" => _ } = result assert email == from_config_email |