diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-30 19:10:54 +0700 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-30 19:10:54 +0700 |
| commit | e7aef27c0011d3fd0b569ebdb9196a1e011eae5d (patch) | |
| tree | 2cfe7b23d75256ccde619b6cc1b4b6a9f813dfc8 /test/web/mastodon_api/views/status_view_test.exs | |
| parent | 3f0e276ac94589d860c7e4c95d3661fa494f4361 (diff) | |
| download | pleroma-e7aef27c0011d3fd0b569ebdb9196a1e011eae5d.tar.gz pleroma-e7aef27c0011d3fd0b569ebdb9196a1e011eae5d.zip | |
Fix merge
Diffstat (limited to 'test/web/mastodon_api/views/status_view_test.exs')
| -rw-r--r-- | test/web/mastodon_api/views/status_view_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/views/status_view_test.exs b/test/web/mastodon_api/views/status_view_test.exs index 683132f8d..8df23d0a8 100644 --- a/test/web/mastodon_api/views/status_view_test.exs +++ b/test/web/mastodon_api/views/status_view_test.exs @@ -103,7 +103,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do id: to_string(note.id), uri: object_data["id"], url: Pleroma.Web.Router.Helpers.o_status_url(Pleroma.Web.Endpoint, :notice, note), - account: AccountView.render("account.json", %{user: user}), + account: AccountView.render("show.json", %{user: user}), in_reply_to_id: nil, in_reply_to_account_id: nil, card: nil, |
