SearchController Test: Fix test

stable
lain 4 years ago
parent 81b6f02a5e
commit 783fa797bb

@ -279,6 +279,8 @@ defmodule Pleroma.Web.MastodonAPI.SearchControllerTest do
end
test "search fetches remote statuses and prefers them over other results", %{conn: conn} do
clear_config([:instance, :search_function], :plain)
capture_log(fn ->
{:ok, %{id: activity_id}} =
CommonAPI.post(insert(:user), %{

Loading…
Cancel
Save