diff options
author | lain <lain@soykaf.club> | 2020-04-28 14:16:21 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-04-28 14:16:21 +0200 |
commit | b5dc59c8fa587b4db844c7fc0ba16e5cb00bfd38 (patch) | |
tree | 85fa5f1a8a1c87aaa4d6fc999995950c1da27d98 /test/web/mastodon_api/controllers/custom_emoji_controller_test.exs | |
parent | f8e56d4271f8c495316d304dd0de7f0a63eb0645 (diff) | |
parent | 12bb7fc0dc94068d8337f10fc337ab23c8c7e77e (diff) | |
download | pleroma-b5dc59c8fa587b4db844c7fc0ba16e5cb00bfd38.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
Diffstat (limited to 'test/web/mastodon_api/controllers/custom_emoji_controller_test.exs')
-rw-r--r-- | test/web/mastodon_api/controllers/custom_emoji_controller_test.exs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/web/mastodon_api/controllers/custom_emoji_controller_test.exs b/test/web/mastodon_api/controllers/custom_emoji_controller_test.exs index 4222556a4..ab0027f90 100644 --- a/test/web/mastodon_api/controllers/custom_emoji_controller_test.exs +++ b/test/web/mastodon_api/controllers/custom_emoji_controller_test.exs @@ -4,8 +4,6 @@ defmodule Pleroma.Web.MastodonAPI.CustomEmojiControllerTest do use Pleroma.Web.ConnCase, async: true - alias Pleroma.Web.ApiSpec - import OpenApiSpex.TestAssertions test "with tags", %{conn: conn} do assert resp = @@ -21,6 +19,5 @@ defmodule Pleroma.Web.MastodonAPI.CustomEmojiControllerTest do assert Map.has_key?(emoji, "category") assert Map.has_key?(emoji, "url") assert Map.has_key?(emoji, "visible_in_picker") - assert_schema(emoji, "CustomEmoji", ApiSpec.spec()) end end |