From 85b8590109bc1f1f13ac26fa06b607909ade7bb2 Mon Sep 17 00:00:00 2001 From: shadowfacts Date: Mon, 10 Sep 2018 23:40:29 +0000 Subject: [PATCH] Update status_view_test.exs --- test/web/mastodon_api/status_view_test.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/web/mastodon_api/status_view_test.exs b/test/web/mastodon_api/status_view_test.exs index 03c798bef..b3b6c5851 100644 --- a/test/web/mastodon_api/status_view_test.exs +++ b/test/web/mastodon_api/status_view_test.exs @@ -47,7 +47,8 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do %{ shortcode: "2hu", url: "corndog.png", - static_url: "corndog.png" + static_url: "corndog.png", + visible_in_picker: false } ] } -- 2.44.2