logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 403f9d118dadcef806044831221d5c67800ce34d
parent: 4a3dbd9d4e052969460bad19dfc535908027ed03
Author: lambda <pleromagit@rogerbraun.net>
Date:   Thu,  6 Sep 2018 06:50:15 +0000

Merge branch 'fix/test-failure-due-to/306' into 'develop'

Fix the tests

See merge request pleroma/pleroma!332

Diffstat:

Mtest/web/mastodon_api/account_view_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs @@ -53,7 +53,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do source: %{ note: "", privacy: "public", - sensitive: "false" + sensitive: false } }