Browse Source

SearchController Test: Fix test

features/emoji_reactions_list
lain 3 years ago
parent
commit
783fa797bb
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/pleroma/web/mastodon_api/controllers/search_controller_test.exs

+ 2
- 0
test/pleroma/web/mastodon_api/controllers/search_controller_test.exs View File

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