diff options
author | lain <lain@soykaf.club> | 2021-03-03 15:33:06 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2021-03-03 15:33:06 +0100 |
commit | 2e296c079f0666a8239a0d3ce5b5fba6baf45a29 (patch) | |
tree | b28903dbddb3c1852da09e9b92013def2d5e6aee /test | |
parent | c5352e90be363f88f011ed5a63129caf3ee1a9fc (diff) | |
download | pleroma-2e296c079f0666a8239a0d3ce5b5fba6baf45a29.tar.gz pleroma-2e296c079f0666a8239a0d3ce5b5fba6baf45a29.zip |
Revert "StatusController: Deactivate application support for now."
This reverts commit 024c11c18d289d4acd65d749f939ad3684f31905.
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/mastodon_api/controllers/status_controller_test.exs | 1 |
1 files changed, 0 insertions, 1 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 e76c2760d..bd385bccd 100644 --- a/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs +++ b/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs @@ -358,7 +358,6 @@ 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) |