diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/web/mastodon_api/views/account_view_test.exs | 4 |
1 files changed, 4 insertions, 0 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..39060e186 100644 --- a/test/web/mastodon_api/views/account_view_test.exs +++ b/test/web/mastodon_api/views/account_view_test.exs @@ -19,6 +19,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do end test "Represent a user account" do + clear_config([:instances_favicons, :enabled], true) + background_image = %{ "url" => [%{"href" => "https://example.com/images/asuka_hospital.png"}] } @@ -136,6 +138,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do end test "Represent a Service(bot) account" do + clear_config([:instances_favicons, :enabled], true) + user = insert(:user, %{ follower_count: 3, |