diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-07-17 03:37:40 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-07-17 03:40:48 +0000 |
commit | 18cac1e36bd91e1554de1f495a7f178b27b2fbc3 (patch) | |
tree | eda8c988ce1a6a81f9d8275a07caed33aac78e1e /test | |
parent | 489453c2467b12970258927015209c9895d5cf6e (diff) | |
download | pleroma-18cac1e36bd91e1554de1f495a7f178b27b2fbc3.tar.gz |
test: mastodon attachments: update for added description field
Diffstat (limited to 'test')
-rw-r--r-- | test/web/mastodon_api/status_view_test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/mastodon_api/status_view_test.exs b/test/web/mastodon_api/status_view_test.exs index d28c3cbad..03c798bef 100644 --- a/test/web/mastodon_api/status_view_test.exs +++ b/test/web/mastodon_api/status_view_test.exs @@ -102,7 +102,8 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do url: "someurl", remote_url: "someurl", preview_url: "someurl", - text_url: "someurl" + text_url: "someurl", + description: nil } assert expected == StatusView.render("attachment.json", %{attachment: object}) |