mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-11 11:31:32 +00:00
Improve test description
This commit is contained in:
parent
c16c023ebf
commit
5bbcf5b8b7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ defmodule Pleroma.Web.RichMedia.CardTest do
|
||||||
assert %Card{url_hash: ^url_hash, fields: _} = Card.get_by_activity(activity)
|
assert %Card{url_hash: ^url_hash, fields: _} = Card.get_by_activity(activity)
|
||||||
end
|
end
|
||||||
|
|
||||||
test "recrawls URLs on updates" do
|
test "recrawls URLs on status edits/updates" do
|
||||||
original_url = "https://google.com/"
|
original_url = "https://google.com/"
|
||||||
original_url_hash = Card.url_to_hash(original_url)
|
original_url_hash = Card.url_to_hash(original_url)
|
||||||
updated_url = "https://yahoo.com/"
|
updated_url = "https://yahoo.com/"
|
||||||
|
|
Loading…
Reference in a new issue