diff options
author | Sean King <seanking2919@protonmail.com> | 2021-04-15 23:12:42 -0600 |
---|---|---|
committer | Sean King <seanking2919@protonmail.com> | 2021-04-15 23:12:42 -0600 |
commit | 8afa3f2d1ba0ea5f49980b26f002bfdf01bbe05b (patch) | |
tree | 567df58bccc478287f251342bbda3e58bfb0b88b /lib | |
parent | 4f55d5123b9d2110ff803e8e9cd2c0f968bc63fc (diff) | |
download | pleroma-8afa3f2d1ba0ea5f49980b26f002bfdf01bbe05b.tar.gz |
Remove no longer necessary unit tests for MastoFE
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/controllers/app_controller.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/controllers/app_controller.ex b/lib/pleroma/web/mastodon_api/controllers/app_controller.ex index 70edbb085..2e6924f5d 100644 --- a/lib/pleroma/web/mastodon_api/controllers/app_controller.ex +++ b/lib/pleroma/web/mastodon_api/controllers/app_controller.ex @@ -26,7 +26,7 @@ defmodule Pleroma.Web.MastodonAPI.AppController do ) plug(Pleroma.Web.ApiSpec.CastAndValidate) - + defdelegate open_api_operation(action), to: Pleroma.Web.ApiSpec.AppOperation @doc "POST /api/v1/apps" |