summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/account_view_test.exs
diff options
context:
space:
mode:
authorSachin Joshi <satchin.joshi@gmail.com>2019-05-23 09:45:12 +0200
committerSachin Joshi <satchin.joshi@gmail.com>2019-05-23 09:45:12 +0200
commit0c53d91f3bfe7bbd8d8b9ffd332ac2f57b6aba34 (patch)
tree724bd17a5ed9d89827b3095e149cfda4fb10fe61 /test/web/mastodon_api/account_view_test.exs
parent17bfd000d7d44ff13cf7becbfd9ce08b896d66eb (diff)
parent75e78d4e239a5c999306e92b181b0e29c52dc9db (diff)
downloadpleroma-0c53d91f3bfe7bbd8d8b9ffd332ac2f57b6aba34.tar.gz
pleroma-0c53d91f3bfe7bbd8d8b9ffd332ac2f57b6aba34.zip
fix merge conflict
Diffstat (limited to 'test/web/mastodon_api/account_view_test.exs')
-rw-r--r--test/web/mastodon_api/account_view_test.exs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs
index a24f2a050..aaf2261bb 100644
--- a/test/web/mastodon_api/account_view_test.exs
+++ b/test/web/mastodon_api/account_view_test.exs
@@ -55,7 +55,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
fields: [],
bot: false,
source: %{
- note: "",
+ note: "valid html",
sensitive: false,
pleroma: %{}
},
@@ -120,7 +120,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
fields: [],
bot: true,
source: %{
- note: "",
+ note: user.bio,
sensitive: false,
pleroma: %{}
},
@@ -209,7 +209,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
fields: [],
bot: true,
source: %{
- note: "",
+ note: user.bio,
sensitive: false,
pleroma: %{}
},