diff options
author | lain <lain@soykaf.club> | 2020-05-17 07:26:51 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-17 07:26:51 +0000 |
commit | 4b28d812cff3d8c1f6e78ab7a975ae8552bfc0ef (patch) | |
tree | 0680c83f613bd0a6a14f33cfe42a9b4493fa31a1 /test/web/mastodon_api/controllers/status_controller_test.exs | |
parent | d96f8f17e82147c50b3413c3739f5023a5daa834 (diff) | |
parent | 8062d590ddf3798616fe66e99574f925cc3b8c5e (diff) | |
download | pleroma-4b28d812cff3d8c1f6e78ab7a975ae8552bfc0ef.tar.gz pleroma-4b28d812cff3d8c1f6e78ab7a975ae8552bfc0ef.zip |
Merge branch 'restricted-relations-embedding' into 'develop'
Restricted support for embedded relationships
See merge request pleroma/pleroma!2456
Diffstat (limited to 'test/web/mastodon_api/controllers/status_controller_test.exs')
-rw-r--r-- | test/web/mastodon_api/controllers/status_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/controllers/status_controller_test.exs b/test/web/mastodon_api/controllers/status_controller_test.exs index a4403132c..bdee88fd3 100644 --- a/test/web/mastodon_api/controllers/status_controller_test.exs +++ b/test/web/mastodon_api/controllers/status_controller_test.exs @@ -1176,7 +1176,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusControllerTest do end test "bookmarks" do - bookmarks_uri = "/api/v1/bookmarks?with_relationships=true" + bookmarks_uri = "/api/v1/bookmarks" %{conn: conn} = oauth_access(["write:bookmarks", "read:bookmarks"]) author = insert(:user) |