mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 08:36:29 +00:00
test: rich media: parser: add malformed data regression test
This commit is contained in:
parent
46dba03098
commit
3f5b784596
1 changed files with 4 additions and 0 deletions
|
@ -88,4 +88,8 @@ defmodule Pleroma.Web.RichMedia.ParserTest do
|
||||||
width: "1024"
|
width: "1024"
|
||||||
}}
|
}}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test "rejects invalid OGP data" do
|
||||||
|
assert {:error, _} = Pleroma.Web.RichMedia.Parser.parse("http://example.com/malformed")
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue