stable
Roger Braun 7 years ago
parent 641c24cdd4
commit 7f3ce5c1a0

@ -2,7 +2,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
use Pleroma.DataCase use Pleroma.DataCase
alias Pleroma.Web.MastodonAPI.{StatusView, AccountView} alias Pleroma.Web.MastodonAPI.{StatusView, AccountView}
alias Pleroma.{User, Object} alias Pleroma.User
alias Pleroma.Web.OStatus alias Pleroma.Web.OStatus
import Pleroma.Factory import Pleroma.Factory
@ -55,7 +55,6 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
end end
test "attachments" do test "attachments" do
incoming = File.read!("test/fixtures/incoming_reply_mastodon.xml")
object = %{ object = %{
"type" => "Image", "type" => "Image",
"url" => [ "url" => [

Loading…
Cancel
Save