summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/web/rich_media/card_test.exs2
1 files changed, 1 insertions, 1 deletions
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/"