logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: dccb264c42632533328b0b64ebb5c12f709931c0
parent 1efe48672d9daf57093f4ae7facba5790c3c1920
Author: mkljczk <me@mkljczk.pl>
Date:   Fri, 19 Sep 2025 17:34:36 +0200

Merge branch 'typo' into 'develop'

Fix typo in test name

See merge request pleroma/pleroma!4362

Diffstat:

Achangelog.d/typo.skip1+
Mtest/pleroma/web/rich_media/parsers/twitter_card_test.exs2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/changelog.d/typo.skip b/changelog.d/typo.skip @@ -0,0 +1 @@ +Fix typo in test name diff --git a/test/pleroma/web/rich_media/parsers/twitter_card_test.exs b/test/pleroma/web/rich_media/parsers/twitter_card_test.exs @@ -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!()