summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-09-10 10:37:34 +0200
committerRoger Braun <roger@rogerbraun.net>2017-09-10 10:37:34 +0200
commite8975d06bed653f362777ee7046f8bb0129e461e (patch)
tree251c287cab3e30258e176557b4c4d7637acd6183 /test
parentd66d69c3b429b8ad18d4247fe6abd0ee9e1a8ece (diff)
downloadpleroma-e8975d06bed653f362777ee7046f8bb0129e461e.tar.gz
pleroma-e8975d06bed653f362777ee7046f8bb0129e461e.zip
Add header image to masto api.
Diffstat (limited to 'test')
-rw-r--r--test/web/mastodon_api/account_view_test.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs
index f0c8673ad..59fac6d95 100644
--- a/test/web/mastodon_api/account_view_test.exs
+++ b/test/web/mastodon_api/account_view_test.exs
@@ -20,8 +20,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
url: user.ap_id,
avatar: "https://placehold.it/48x48",
avatar_static: "https://placehold.it/48x48",
- header: "",
- header_static: ""
+ header: "https://placehold.it/700x335",
+ header_static: "https://placehold.it/700x335"
}
assert expected == AccountView.render("account.json", %{user: user})