diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/admin_api/controllers/tag_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/admin_api/controllers/tag_controller_test.exs b/test/pleroma/web/admin_api/controllers/tag_controller_test.exs index ab5e7fd54..34b532a39 100644 --- a/test/pleroma/web/admin_api/controllers/tag_controller_test.exs +++ b/test/pleroma/web/admin_api/controllers/tag_controller_test.exs @@ -33,7 +33,7 @@ defmodule Pleroma.Web.AdminAPI.TagControllerTest do response = conn |> put_req_header("content-type", "application/json") - |> get("/api/pleroma/admin/users/tags") + |> get("/api/pleroma/admin/user_tags") |> json_response_and_validate_schema(200) assert [ |