瀏覽代碼

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


Loading…
取消
儲存