OpenAPI: PleromaAPI UserImport Controller

This commit is contained in:
Haelwenn (lanodan) Monnier 2021-02-17 01:07:56 +01:00
commit e4743847a1
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
2 changed files with 2 additions and 1 deletions

View file

@ -83,7 +83,7 @@ defmodule Pleroma.Web.PleromaAPI.UserImportControllerTest do
assert %{"error" => "Insufficient permissions: follow | write:follows."} ==
json_response(conn, 403)
else
assert json_response(conn, 200)
assert json_response_and_validate_schema(conn, 200)
end
end
end