forked from AkkomaGang/akkoma
Add rel="ugc"
This commit is contained in:
parent
a0f101ee80
commit
f364438032
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ test "update fields", %{conn: conn} do
|
||||||
|
|
||||||
assert account["fields"] == [
|
assert account["fields"] == [
|
||||||
%{"name" => "foo", "value" => "bar"},
|
%{"name" => "foo", "value" => "bar"},
|
||||||
%{"name" => "link", "value" => "<a href=\"http://cofe.io\">cofe.io</a>"}
|
%{"name" => "link", "value" => ~S(<a href="http://cofe.io" rel="ugc">cofe.io</a>)}
|
||||||
]
|
]
|
||||||
|
|
||||||
assert account["source"]["fields"] == [
|
assert account["source"]["fields"] == [
|
||||||
|
|
Loading…
Reference in a new issue