From 0872f5f394b2ca86c8cf0248a28f4aeeb1f03d7a Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sat, 16 Sep 2017 11:52:33 +0200 Subject: Add undocumented default user default settings. --- test/web/mastodon_api/account_view_test.exs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs index 8a7727369..aa74ed966 100644 --- a/test/web/mastodon_api/account_view_test.exs +++ b/test/web/mastodon_api/account_view_test.exs @@ -22,7 +22,12 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do avatar: "https://placehold.it/48x48", avatar_static: "https://placehold.it/48x48", header: "https://placehold.it/700x335", - header_static: "https://placehold.it/700x335" + header_static: "https://placehold.it/700x335", + source: %{ + note: "", + privacy: "public", + sensitive: "false" + } } assert expected == AccountView.render("account.json", %{user: user}) -- cgit v1.2.3