summaryrefslogtreecommitdiff
path: root/test/web/common_api/common_api_utils_test.exs
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-12-09 11:00:56 +0100
committerRoger Braun <roger@rogerbraun.net>2017-12-09 11:00:56 +0100
commit30e9b22f96f2bf1cd895e993190f40afba159bb6 (patch)
tree811c64694f98c10f55cdbaeb98ada50209b59580 /test/web/common_api/common_api_utils_test.exs
parent6268b7e0eb400c1b5e227a73e6faee0f1e476db4 (diff)
parentd5a13c10ac6a9a5f8dbb1932ffc85260f079a2dc (diff)
downloadpleroma-30e9b22f96f2bf1cd895e993190f40afba159bb6.tar.gz
pleroma-30e9b22f96f2bf1cd895e993190f40afba159bb6.zip
Merge branch 'develop' into feature/activitypub
Diffstat (limited to 'test/web/common_api/common_api_utils_test.exs')
-rw-r--r--test/web/common_api/common_api_utils_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/common_api/common_api_utils_test.exs b/test/web/common_api/common_api_utils_test.exs
index a159c0835..f6a7da9ed 100644
--- a/test/web/common_api/common_api_utils_test.exs
+++ b/test/web/common_api/common_api_utils_test.exs
@@ -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