diff options
author | lain <lain@soykaf.club> | 2021-03-02 14:40:47 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2021-03-02 14:40:47 +0100 |
commit | 024c11c18d289d4acd65d749f939ad3684f31905 (patch) | |
tree | 19efa7daf2460bc072d3476eb3c205946779d1fd /test | |
parent | cd6aa9bcae84499b165fb4be25f4caaac94c2548 (diff) | |
download | pleroma-024c11c18d289d4acd65d749f939ad3684f31905.tar.gz pleroma-024c11c18d289d4acd65d749f939ad3684f31905.zip |
StatusController: Deactivate application support for now.
Some more things to discuss about, so we'll remove it from 2.3.0
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/mastodon_api/controllers/status_controller_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs index bd385bccd..e76c2760d 100644 --- a/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs +++ b/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs @@ -358,6 +358,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusControllerTest do assert activity.data["cc"] == [] end + @tag :skip test "discloses application metadata when enabled" do user = insert(:user, disclose_client: true) %{user: _user, token: token, conn: conn} = oauth_access(["write:statuses"], user: user) |