diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-03-01 09:48:32 +0100 |
|---|---|---|
| committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-08 06:28:39 +0200 |
| commit | f6d09fafee83514889bbcf6531e0bc01e33b0b16 (patch) | |
| tree | b5e1379e8c3bcc508a29e66d42cfd5ab04d48d98 /test/web/mastodon_api/views | |
| parent | a8447c3803b9d618f8c1d1910698c8cca6e908e4 (diff) | |
| download | pleroma-f6d09fafee83514889bbcf6531e0bc01e33b0b16.tar.gz pleroma-f6d09fafee83514889bbcf6531e0bc01e33b0b16.zip | |
Add support for remote favicons
Diffstat (limited to 'test/web/mastodon_api/views')
| -rw-r--r-- | test/web/mastodon_api/views/account_view_test.exs | 2 |
1 files changed, 2 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 80b1f734c..e01a7c1ee 100644 --- a/test/web/mastodon_api/views/account_view_test.exs +++ b/test/web/mastodon_api/views/account_view_test.exs @@ -75,6 +75,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do pleroma: %{ ap_id: user.ap_id, background_image: "https://example.com/images/asuka_hospital.png", + favicon: nil, confirmation_pending: false, tags: [], is_admin: false, @@ -152,6 +153,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do pleroma: %{ ap_id: user.ap_id, background_image: nil, + favicon: nil, confirmation_pending: false, tags: [], is_admin: false, |
