logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: abdb5119920ece2bdb7e30008a67050230ccf7f8
parent d1d7dd18277985fbfb3df25c9f49630bb5537321
Author: nicole mikołajczyk <git@mkljczk.pl>
Date:   Sun,  7 Sep 2025 22:41:25 +0200

Fix typo in test name

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>

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!()