logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 738685a6298d7bd883fe81477b2e25ec94822e02
parent f70335002df9b2b3f47f0ccaed6aaeebfb14435f
Author: rinpatch <rinpatch@sdf.org>
Date:   Mon, 14 Sep 2020 11:56:00 +0000

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

Diffstat:

Mtest/web/rich_media/parser_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/web/rich_media/parser_test.exs b/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