diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-09-08 15:47:20 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-09-08 16:33:22 +0200 |
commit | f6723dc9bd4f05319835158be9937dda4400feb9 (patch) | |
tree | 7d273045de8ad3acb867503ec6728807083d6d70 | |
parent | 788dececff5d1cea48cf37e59d9a46b48e0db6ed (diff) | |
download | pleroma-f6723dc9bd4f05319835158be9937dda4400feb9.tar.gz |
account_view_test: Remove empty test
-rw-r--r-- | test/web/mastodon_api/views/account_view_test.exs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/web/mastodon_api/views/account_view_test.exs b/test/web/mastodon_api/views/account_view_test.exs index 68a5d0091..9f22f9dcf 100644 --- a/test/web/mastodon_api/views/account_view_test.exs +++ b/test/web/mastodon_api/views/account_view_test.exs @@ -116,9 +116,6 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do end end - test "Favicon when :instance_favicons is enabled" do - end - test "Represent the user account for the account owner" do user = insert(:user) |