浏览代码

Cleanup.

tags/v0.9.9
Roger Braun 6 年前
父节点
当前提交
7f3ce5c1a0
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      test/web/mastodon_api/status_view_test.exs

+ 1
- 2
test/web/mastodon_api/status_view_test.exs 查看文件

@@ -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 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
end

test "attachments" do
incoming = File.read!("test/fixtures/incoming_reply_mastodon.xml")
object = %{
"type" => "Image",
"url" => [


正在加载...
取消
保存