summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-09-08 15:47:20 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-09-08 16:33:22 +0200
commitf6723dc9bd4f05319835158be9937dda4400feb9 (patch)
tree7d273045de8ad3acb867503ec6728807083d6d70
parent788dececff5d1cea48cf37e59d9a46b48e0db6ed (diff)
account_view_test: Remove empty test
-rw-r--r--test/web/mastodon_api/views/account_view_test.exs3
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)