aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-08-26 04:09:51 +0000
committerAriadne Conill <ariadne@dereferenced.org>2019-08-26 04:09:51 +0000
commit23765e513da242e743e8f394e20271f184573c06 (patch)
tree7462cad44fae452cec4f26bf088e313ef5a1cfb6
parentff44200a5ea25590eced0e454a9634e75060e43b (diff)
downloadpleroma-23765e513da242e743e8f394e20271f184573c06.tar.gz
fix up pre-existing tests
-rw-r--r--test/web/mastodon_api/mastodon_api_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
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)