commit: 5bbcf5b8b729da64e80124d7436ef072dd50dec2
parent c16c023ebf957dc115632235baf91a3f9041e74b
Author: Mark Felder <feld@feld.me>
Date: Wed, 8 May 2024 00:36:16 +0000
Improve test description
Diffstat:
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
@@ -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/"