소스 검색

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" => [


불러오는 중...
취소
저장