summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHaelwenn <git.pleroma.social@hacktivis.me>2018-09-05 18:20:26 +0000
committerHaelwenn <git.pleroma.social@hacktivis.me>2018-09-05 18:20:26 +0000
commit4a3dbd9d4e052969460bad19dfc535908027ed03 (patch)
treee841dc3855900bf6e89d316039ba7cdcdb3be2b8 /test
parent8143251f06b1a781ee20924c89be484e514f0bec (diff)
parent84d84e4ca49c02180828d65d95b841953ed04ef0 (diff)
downloadpleroma-4a3dbd9d4e052969460bad19dfc535908027ed03.tar.gz
pleroma-4a3dbd9d4e052969460bad19dfc535908027ed03.zip
Merge branch 'fix/sign-in-with-toot' into 'develop'
Fix sign-in and sign-out with Toot! See merge request pleroma/pleroma!306
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 5393732eb..b0e63df0e 100644
--- a/test/web/mastodon_api/account_view_test.exs
+++ b/test/web/mastodon_api/account_view_test.exs
@@ -90,7 +90,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
source: %{
note: "",
privacy: "public",
- sensitive: "false"
+ sensitive: false
}
}