From 688748b53169fa6e97a21cf03588ff9287bc4c61 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 8 May 2024 00:36:16 +0000 Subject: [PATCH] Improve test description --- test/pleroma/web/rich_media/card_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pleroma/web/rich_media/card_test.exs b/test/pleroma/web/rich_media/card_test.exs index 6ad312748..516ac9951 100644 --- a/test/pleroma/web/rich_media/card_test.exs +++ b/test/pleroma/web/rich_media/card_test.exs @@ -39,7 +39,7 @@ defmodule Pleroma.Web.RichMedia.CardTest do assert %Card{url_hash: ^url_hash, fields: _} = Card.get_by_activity(activity) end - test "recrawls URLs on updates" do + test "recrawls URLs on status edits/updates" do original_url = "https://google.com/" original_url_hash = Card.url_to_hash(original_url) updated_url = "https://yahoo.com/"