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

Fix the tests

See merge request pleroma/pleroma!332
This commit is contained in:
lambda 2018-09-06 06:50:15 +00:00
commit 403f9d118d

View file

@ -53,7 +53,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
source: %{ source: %{
note: "", note: "",
privacy: "public", privacy: "public",
sensitive: "false" sensitive: false
} }
} }