diff options
| author | Jeff Becker <jeff@i2p.rocks> | 2018-01-24 13:15:54 -0500 |
|---|---|---|
| committer | Jeff Becker <jeff@i2p.rocks> | 2018-01-24 13:15:54 -0500 |
| commit | dffde6631d105949b62c1ff27c22fefcb873b2e8 (patch) | |
| tree | f486f66ae4067ec1bc0dec7f265765b6d35a9c58 /test/web/mastodon_api/account_view_test.exs | |
| parent | 1e185b9301ec85cd2aaeb1faf075aaa86f733373 (diff) | |
| parent | 0f722a8c223c1953c9c9fb45e73cc9ace92839e2 (diff) | |
| download | pleroma-dffde6631d105949b62c1ff27c22fefcb873b2e8.tar.gz pleroma-dffde6631d105949b62c1ff27c22fefcb873b2e8.zip | |
Merge remote-tracking branch 'upstream/develop' into pr-upstream-http-proxy
Diffstat (limited to 'test/web/mastodon_api/account_view_test.exs')
| -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 eccfe0b36..061fc2693 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: "https://placehold.it/48x48", - avatar_static: "https://placehold.it/48x48", - header: "https://placehold.it/700x335", - header_static: "https://placehold.it/700x335", + 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", source: %{ note: "", privacy: "public", |
