summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Kühl <martin.kuehl@gmail.com>2018-08-29 00:51:25 +0200
committerMartin Kühl <martin.kuehl@gmail.com>2018-09-01 23:10:48 +0200
commitb60d2327199965a165c8456a487f929f9ef56651 (patch)
tree5e6fd073f7324fc9fb4b6ddcec8b0315c04a57b7 /test
parent2e2f4587050da652fb0c4b8822d912301a8be273 (diff)
downloadpleroma-b60d2327199965a165c8456a487f929f9ef56651.tar.gz
pleroma-b60d2327199965a165c8456a487f929f9ef56651.zip
AccountView: `sensitive` is supposed to be a boolean, not a string
Diffstat (limited to 'test')
-rw-r--r--test/web/mastodon_api/account_view_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs
index 35c8a1fb0..222c2d549 100644
--- a/test/web/mastodon_api/account_view_test.exs
+++ b/test/web/mastodon_api/account_view_test.exs
@@ -52,7 +52,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
source: %{
note: "",
privacy: "public",
- sensitive: "false"
+ sensitive: false
}
}