X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fformatter_test.exs;h=bef5a2c28813b045cf8ba07cdc9ae84691140d65;hb=9ea51a6de516b37341a9566d11d0110c2d87c1b6;hp=ae0d7b37761e57e4d374b8bafe745881a18ee355;hpb=880301985b49dd0e38a748a9c834eec4d550ea1b;p=akkoma diff --git a/test/formatter_test.exs b/test/formatter_test.exs index ae0d7b377..bef5a2c28 100644 --- a/test/formatter_test.exs +++ b/test/formatter_test.exs @@ -255,16 +255,6 @@ defmodule Pleroma.FormatterTest do assert {_text, ^expected_mentions, []} = Formatter.linkify(text) end - - test "it parses URL containing local mention" do - _user = insert(:user, %{nickname: "lain"}) - - text = "https://example.com/@lain" - - expected = ~S(https://example.com/@lain) - - assert {^expected, [], []} = Formatter.linkify(text) - end end describe ".parse_tags" do