Merge branch 'feature/cross-origin' into 'develop'
[akkoma] / test / web / common_api / common_api_utils_test.exs
index a159c08355255d4831c0b054466b45fec1d79de8..f6a7da9edf31741ba88ef0643c826e8f362e2e49 100644 (file)
@@ -11,6 +11,6 @@ defmodule Pleroma.Web.CommonAPI.UtilsTest do
 
     res = Utils.add_attachments("", [attachment])
 
-    assert res == "<br>\n<a href=\"#{name}\" class='attachment'>Sakura Mana – Turned on by a Se…</a>"
+    assert res == "<br><a href=\"#{name}\" class='attachment'>Sakura Mana – Turned on by a Se…</a>"
   end
 end