From 23765e513da242e743e8f394e20271f184573c06 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 26 Aug 2019 04:09:51 +0000 Subject: [PATCH] fix up pre-existing tests --- test/web/mastodon_api/mastodon_api_controller_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/web/mastodon_api/mastodon_api_controller_test.exs b/test/web/mastodon_api/mastodon_api_controller_test.exs index 6fcdc19aa..c0bca28eb 100644 --- a/test/web/mastodon_api/mastodon_api_controller_test.exs +++ b/test/web/mastodon_api/mastodon_api_controller_test.exs @@ -3440,7 +3440,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do conn3 = conn |> assign(:user, user3) - |> get("api/v1/timelines/home") + |> get("api/v1/timelines/home?reply_visibility=none") [reblogged_activity] = json_response(conn3, 200)