ソースを参照

SearchController Test: Fix test

features/emoji_reactions_list
lain 3年前
コミット
783fa797bb
1個のファイルの変更2行の追加0行の削除
  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 ファイルの表示

@@ -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), %{


読み込み中…
キャンセル
保存