diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-06-26 07:16:24 +0200 |
|---|---|---|
| committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-06-26 19:52:20 +0200 |
| commit | 244655e884130df6dccabc0d2d78d33857809a36 (patch) | |
| tree | 0e3d3d7310008259dae7db15130adc05e99030c2 /test/web/mastodon_api/views | |
| parent | 27c33f216ad250b60d44fe0662c3be3c4cee987e (diff) | |
| download | pleroma-244655e884130df6dccabc0d2d78d33857809a36.tar.gz pleroma-244655e884130df6dccabc0d2d78d33857809a36.zip | |
MastoAPI: Show source field when deleting
Diffstat (limited to 'test/web/mastodon_api/views')
| -rw-r--r-- | test/web/mastodon_api/views/status_view_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/mastodon_api/views/status_view_test.exs b/test/web/mastodon_api/views/status_view_test.exs index 5cbadf0fc..b6ae4d343 100644 --- a/test/web/mastodon_api/views/status_view_test.exs +++ b/test/web/mastodon_api/views/status_view_test.exs @@ -183,6 +183,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do card: nil, reblog: nil, content: HTML.filter_tags(object_data["content"]), + text: nil, created_at: created_at, reblogs_count: 0, replies_count: 0, |
