diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-06-04 17:44:08 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-06-23 16:12:57 +0200 |
commit | 359093d73b12ce5a0ade81f167d54ffd3e38d7d4 (patch) | |
tree | d7e6406478169f41095872fd7aaf208ef73fe171 /test | |
parent | c45133377ae757f7dfa9eec0a3bed4b3feb60b93 (diff) | |
download | pleroma-359093d73b12ce5a0ade81f167d54ffd3e38d7d4.tar.gz pleroma-359093d73b12ce5a0ade81f167d54ffd3e38d7d4.zip |
Fake 2.4.0 API
Diffstat (limited to 'test')
-rw-r--r-- | test/web/mastodon_api/account_view_test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs index f7b8d7438..b93418b3f 100644 --- a/test/web/mastodon_api/account_view_test.exs +++ b/test/web/mastodon_api/account_view_test.exs @@ -28,6 +28,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do avatar_static: "http://localhost:4001/images/avi.png", header: "http://localhost:4001/images/banner.png", header_static: "http://localhost:4001/images/banner.png", + emojis: [], + fields: [], source: %{ note: "", privacy: "public", |