diff options
| author | Roman Chvanikov <chvanikoff@pm.me> | 2020-09-13 12:24:57 +0300 |
|---|---|---|
| committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-09-13 12:24:57 +0300 |
| commit | c5830ac037c0c344bd22b674c41f4dc244a088aa (patch) | |
| tree | d5a02f43337536d05b934bee3012dab319ccc127 /test/web/mastodon_api/views | |
| parent | 527afb813af6c64337d02ddf1a2f159fe557acbc (diff) | |
| parent | 88fe0a262e21ba1284e72eddb1d41363dc029aa7 (diff) | |
| download | pleroma-c5830ac037c0c344bd22b674c41f4dc244a088aa.tar.gz pleroma-c5830ac037c0c344bd22b674c41f4dc244a088aa.zip | |
Merge develop
Diffstat (limited to 'test/web/mastodon_api/views')
| -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 3d70d460c..6e9ab62ee 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) |
