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

This commit is contained in:
rinpatch 2020-09-14 11:56:00 +00:00
parent f70335002d
commit 738685a629
1 changed files with 1 additions and 1 deletions

View File

@ -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