diff options
author | Martin Kühl <martin.kuehl@gmail.com> | 2018-09-05 22:20:59 +0200 |
---|---|---|
committer | Martin Kühl <martin.kuehl@gmail.com> | 2018-09-05 22:20:59 +0200 |
commit | ff38ffd9f89a513aa35268fe229de01478cb51d5 (patch) | |
tree | 6111a8df69580da8fe63b4bcddff201f4a4c4d2c | |
parent | 4a3dbd9d4e052969460bad19dfc535908027ed03 (diff) | |
download | pleroma-ff38ffd9f89a513aa35268fe229de01478cb51d5.tar.gz pleroma-ff38ffd9f89a513aa35268fe229de01478cb51d5.zip |
Fix the tests
-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 } } |