aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/web/admin_api/search_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/pleroma/web/admin_api/search_test.exs')
-rw-r--r--test/pleroma/web/admin_api/search_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/admin_api/search_test.exs b/test/pleroma/web/admin_api/search_test.exs
index 27ca396e6..82da86f7f 100644
--- a/test/pleroma/web/admin_api/search_test.exs
+++ b/test/pleroma/web/admin_api/search_test.exs
@@ -184,7 +184,7 @@ defmodule Pleroma.Web.AdminAPI.SearchTest do
insert(:user)
{:ok, _results, total} = Search.user()
- {:ok, [^unconfirmed], count} = Search.user(%{need_confirmed: true})
+ {:ok, [^unconfirmed], count} = Search.user(%{unconfirmed: true})
assert total == 3
assert count == 1
end