Skip to content
Snippets Groups Projects
Commit 196d9c0f authored by Rin Toshaka's avatar Rin Toshaka
Browse files

Fix tests

parent 8a67677d
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ defmodule Pleroma.FormatterTest do
text = "Fact #3: pleroma does what mastodon't"
expected_text =
"Fact <a data-tag=\"3\" href=\"http://localhost:4001/tag/3\">#3</a>: pleroma does what mastodon't"
"Fact <a data-tag='3' href='http://localhost:4001/tag/3' rel='tag'>#3</a>: pleroma does what mastodon't"
tags = Formatter.parse_tags(text)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment