mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-19 06:06:05 +01:00
Fix tests
This commit is contained in:
parent
8a67677d77
commit
196d9c0fd0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ defmodule Pleroma.FormatterTest do
|
||||||
text = "Fact #3: pleroma does what mastodon't"
|
text = "Fact #3: pleroma does what mastodon't"
|
||||||
|
|
||||||
expected_text =
|
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)
|
tags = Formatter.parse_tags(text)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue