Merge branch 'typo' into 'develop'

Fix typo in test name

See merge request pleroma/pleroma!4362
This commit is contained in:
mkljczk 2025-09-19 17:34:36 +02:00
commit dccb264c42
2 changed files with 2 additions and 1 deletions

1
changelog.d/typo.skip Normal file
View file

@ -0,0 +1 @@
Fix typo in test name

View file

@ -92,7 +92,7 @@ defmodule Pleroma.Web.RichMedia.Parsers.TwitterCardTest do
}
end
test "takes first founded title in html head if there is html markup error" do
test "takes first found title in html head if there is html markup error" do
html =
File.read!("test/fixtures/nypd-facial-recognition-children-teenagers4.html")
|> Floki.parse_document!()