fix up pre-existing tests

This commit is contained in:
Ariadne Conill 2019-08-26 04:09:51 +00:00
parent ff44200a5e
commit 23765e513d

View File

@ -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)