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 1ead1ca76..5d9963dcb 100644 --- a/test/pleroma/web/admin_api/controllers/tag_controller_test.exs +++ b/test/pleroma/web/admin_api/controllers/tag_controller_test.exs @@ -40,7 +40,7 @@ defmodule Pleroma.Web.AdminAPI.TagControllerTest do conn |> put_req_header("accept", "application/json") |> get("/api/pleroma/admin/users/tag") - |> json_response(200) + |> json_response_and_validate_schema(200) assert [ "mrf_tag:disable-any-subscription", |