SearchController Test: Fix test
This commit is contained in:
parent
81b6f02a5e
commit
783fa797bb
1 changed files with 2 additions and 0 deletions
|
@ -279,6 +279,8 @@ test "search", %{conn: conn} 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…
Reference in a new issue