Browse Source

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

merge-requests/3010/head
rinpatch 3 years ago
parent
commit
738685a629
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/web/rich_media/parser_test.exs

+ 1
- 1
test/web/rich_media/parser_test.exs 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


Loading…
Cancel
Save