diff options
author | lambda <pleromagit@rogerbraun.net> | 2018-09-06 06:50:15 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2018-09-06 06:50:15 +0000 |
commit | 403f9d118dadcef806044831221d5c67800ce34d (patch) | |
tree | 6111a8df69580da8fe63b4bcddff201f4a4c4d2c | |
parent | 4a3dbd9d4e052969460bad19dfc535908027ed03 (diff) | |
parent | ff38ffd9f89a513aa35268fe229de01478cb51d5 (diff) | |
download | pleroma-403f9d118dadcef806044831221d5c67800ce34d.tar.gz pleroma-403f9d118dadcef806044831221d5c67800ce34d.zip |
Merge branch 'fix/test-failure-due-to/306' into 'develop'
Fix the tests
See merge request pleroma/pleroma!332
-rw-r--r-- | test/web/mastodon_api/account_view_test.exs | 2 |
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 b0e63df0e..7d0367d01 100644 --- 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 } } |