瀏覽代碼

Apply 1 suggestion(s) to 1 file(s)

merge-requests/3010/head
rinpatch 3 年之前
父節點
當前提交
738685a629
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/web/rich_media/parser_test.exs

+ 1
- 1
test/web/rich_media/parser_test.exs 查看文件

@@ -167,7 +167,7 @@ defmodule Pleroma.Web.RichMedia.ParserTest do
end

test "does a HEAD request to check if the body is too large" do
assert {:error, body_too_large} = Parser.parse("http://example.com/huge-page")
assert {:error, :body_too_large} = Parser.parse("http://example.com/huge-page")
end

test "does a HEAD request to check if the body is html" do


Loading…
取消
儲存