summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kühl <martin.kuehl@gmail.com>2018-09-05 22:20:59 +0200
committerMartin Kühl <martin.kuehl@gmail.com>2018-09-05 22:20:59 +0200
commitff38ffd9f89a513aa35268fe229de01478cb51d5 (patch)
tree6111a8df69580da8fe63b4bcddff201f4a4c4d2c
parent4a3dbd9d4e052969460bad19dfc535908027ed03 (diff)
downloadpleroma-ff38ffd9f89a513aa35268fe229de01478cb51d5.tar.gz
pleroma-ff38ffd9f89a513aa35268fe229de01478cb51d5.zip
Fix the tests
-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 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
}
}