[#2791] AccountView: renamed `:force` option to `:skip_visibility_check`.
[akkoma] / test / formatter_test.exs
index ae0d7b37761e57e4d374b8bafe745881a18ee355..bef5a2c28813b045cf8ba07cdc9ae84691140d65 100644 (file)
@@ -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(<a href="https://example.com/@lain" rel="ugc">https://example.com/@lain</a>)
-
-      assert {^expected, [], []} = Formatter.linkify(text)
-    end
   end
 
   describe ".parse_tags" do