summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/views
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-03-24 22:15:37 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-03-24 22:15:37 +0300
commit8f1d622b8dfaf6bf00d5f1bf6b988c12766b72ea (patch)
treed913b98c4a089fdf872716a861626d698cdb1e63 /test/web/mastodon_api/views
parent13cbb9f6ada8dcb15bb7ed12be4d88a18c5db7f7 (diff)
parent8eebc75c152ee339bac347350266e3bc6536016b (diff)
downloadpleroma-8f1d622b8dfaf6bf00d5f1bf6b988c12766b72ea.tar.gz
pleroma-8f1d622b8dfaf6bf00d5f1bf6b988c12766b72ea.zip
Merge remote-tracking branch 'remotes/origin/develop' into relations-preloading-for-statuses-rendering
Diffstat (limited to 'test/web/mastodon_api/views')
-rw-r--r--test/web/mastodon_api/views/account_view_test.exs7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/web/mastodon_api/views/account_view_test.exs b/test/web/mastodon_api/views/account_view_test.exs
index d60ed7b64..983886c6b 100644
--- a/test/web/mastodon_api/views/account_view_test.exs
+++ b/test/web/mastodon_api/views/account_view_test.exs
@@ -32,7 +32,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
background: background_image,
nickname: "shp@shitposter.club",
name: ":karjalanpiirakka: shp",
- bio: "<script src=\"invalid-html\"></script><span>valid html</span>",
+ bio:
+ "<script src=\"invalid-html\"></script><span>valid html</span>. a<br>b<br/>c<br >d<br />f",
inserted_at: ~N[2017-08-15 15:47:06.597036]
})
@@ -46,7 +47,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
followers_count: 3,
following_count: 0,
statuses_count: 5,
- note: "<span>valid html</span>",
+ note: "<span>valid html</span>. a<br/>b<br/>c<br/>d<br/>f",
url: user.ap_id,
avatar: "http://localhost:4001/images/avi.png",
avatar_static: "http://localhost:4001/images/avi.png",
@@ -63,7 +64,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
fields: [],
bot: false,
source: %{
- note: "valid html",
+ note: "valid html. a\nb\nc\nd\nf",
sensitive: false,
pleroma: %{
actor_type: "Person",