Merge branch 'openapi/lists' into 'develop'
Add OpenAPI spec for ListController See merge request pleroma/pleroma!2453
This commit is contained in:
commit
7fdc7078ae
6 changed files with 265 additions and 53 deletions
|
|
@ -74,7 +74,7 @@ defmodule Pleroma.Web.ConnCase do
|
|||
status = Plug.Conn.Status.code(status)
|
||||
|
||||
unless lookup[op_id].responses[status] do
|
||||
err = "Response schema not found for #{conn.status} #{conn.method} #{conn.request_path}"
|
||||
err = "Response schema not found for #{status} #{conn.method} #{conn.request_path}"
|
||||
flunk(err)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue