Add OpenAPI spec for ListController
This commit is contained in:
parent
33f2976020
commit
5ec6aad567
6 changed files with 266 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