forked from AkkomaGang/akkoma
Cleanup.
This commit is contained in:
parent
641c24cdd4
commit
7f3ce5c1a0
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
|
|||
use Pleroma.DataCase
|
||||
|
||||
alias Pleroma.Web.MastodonAPI.{StatusView, AccountView}
|
||||
alias Pleroma.{User, Object}
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Web.OStatus
|
||||
import Pleroma.Factory
|
||||
|
||||
|
@ -55,7 +55,6 @@ test "contains mentions" do
|
|||
end
|
||||
|
||||
test "attachments" do
|
||||
incoming = File.read!("test/fixtures/incoming_reply_mastodon.xml")
|
||||
object = %{
|
||||
"type" => "Image",
|
||||
"url" => [
|
||||
|
|
Loading…
Reference in a new issue