diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-12-09 11:00:56 +0100 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-12-09 11:00:56 +0100 |
commit | 30e9b22f96f2bf1cd895e993190f40afba159bb6 (patch) | |
tree | 811c64694f98c10f55cdbaeb98ada50209b59580 /test/web/common_api/common_api_utils_test.exs | |
parent | 6268b7e0eb400c1b5e227a73e6faee0f1e476db4 (diff) | |
parent | d5a13c10ac6a9a5f8dbb1932ffc85260f079a2dc (diff) | |
download | pleroma-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.exs | 2 |
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 |