diff options
author | Hakaba Hitoyo <example@example.com> | 2018-02-03 20:43:14 +0900 |
---|---|---|
committer | Hakaba Hitoyo <example@example.com> | 2018-02-03 20:43:14 +0900 |
commit | ea6d1b2b172d88b6ea47ab044813d39b053534b2 (patch) | |
tree | 264625792190d1148e3671323154d4ac14aa8450 /test/web/mastodon_api | |
parent | 15cb3f2b01dfd914fa414174602ad03b41dfa768 (diff) | |
download | pleroma-ea6d1b2b172d88b6ea47ab044813d39b053534b2.tar.gz |
move avi.png & banner.png from /priv/static/static to /priv/static/images
Diffstat (limited to 'test/web/mastodon_api')
-rw-r--r-- | test/web/mastodon_api/account_view_test.exs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs index 061fc2693..5eefa61e1 100644 --- a/test/web/mastodon_api/account_view_test.exs +++ b/test/web/mastodon_api/account_view_test.exs @@ -19,10 +19,10 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do statuses_count: 5, note: user.bio, url: user.ap_id, - avatar: "http://localhost:4001/static/avi.png", - avatar_static: "http://localhost:4001/static/avi.png", - header: "http://localhost:4001/static/banner.png", - header_static: "http://localhost:4001/static/banner.png", + avatar: "http://localhost:4001/images/avi.png", + avatar_static: "http://localhost:4001/images/avi.png", + header: "http://localhost:4001/images/banner.png", + header_static: "http://localhost:4001/images/banner.png", source: %{ note: "", privacy: "public", |