Merge remote-tracking branch 'origin/develop' into feature/account-export
This commit is contained in:
commit
e87901c424
30 changed files with 226 additions and 41 deletions
|
|
@ -180,7 +180,7 @@ defmodule Pleroma.Web.AdminAPI.SearchTest do
|
|||
|
||||
test "it returns non-discoverable users" do
|
||||
insert(:user)
|
||||
insert(:user, discoverable: false)
|
||||
insert(:user, is_discoverable: false)
|
||||
|
||||
{:ok, _results, total} = Search.user()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue