diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-05-18 11:56:27 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-05-18 11:56:27 +0300 |
commit | 01bd6a1e54c8734e8965f153a9406cecc07950f3 (patch) | |
tree | 791348626f54b390167693da8c1a6481c54d78de /test/web/mastodon_api/controllers/status_controller_test.exs | |
parent | 8a383707ae143ba47fa1ba68da20bc6bec425126 (diff) | |
parent | 1199cf3a788334cd3fdb968d9f736e43c1401da1 (diff) | |
download | pleroma-01bd6a1e54c8734e8965f153a9406cecc07950f3.tar.gz pleroma-01bd6a1e54c8734e8965f153a9406cecc07950f3.zip |
Merge branch 'develop' into feature/admin-api-status-count-per-instance
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) |