mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-11-17 18:27:17 +01:00
test: mastodon attachments: update for added description field
This commit is contained in:
parent
489453c246
commit
18cac1e36b
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user