forked from AkkomaGang/akkoma
test: add malformed OGP data fixture
This commit is contained in:
parent
dafb6f0b5e
commit
4e76f9fde1
2 changed files with 4878 additions and 0 deletions
4874
test/fixtures/rich_media/malformed-data.html
vendored
Normal file
4874
test/fixtures/rich_media/malformed-data.html
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -657,6 +657,10 @@ def get("http://example.com/ogp", _, _, _) do
|
|||
{:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/rich_media/ogp.html")}}
|
||||
end
|
||||
|
||||
def get("http://example.com/malformed", _, _, _) do
|
||||
{:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/rich_media/malformed-data.html")}}
|
||||
end
|
||||
|
||||
def get("http://example.com/empty", _, _, _) do
|
||||
{:ok, %Tesla.Env{status: 200, body: "hello"}}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue