diff options
author | lambda <pleromagit@rogerbraun.net> | 2018-02-03 13:05:20 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2018-02-03 13:05:20 +0000 |
commit | 61c16193decca80c4021039a674edb77c7bf6158 (patch) | |
tree | a3b7b01400f4981f3d49cf77f207f4ab0d296422 /test/web/mastodon_api | |
parent | 9a9766d6489024fb725197af1461944252aae9ed (diff) | |
parent | c8a29315495190c27f86b7331aa18c24e8fe9fcc (diff) | |
download | pleroma-61c16193decca80c4021039a674edb77c7bf6158.tar.gz |
Merge branch 'move-backend-images' into 'develop'
Move avi.png & banner.png from /priv/static/static to /priv/static/images
See merge request pleroma/pleroma!60
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", |