mirror of
https://github.com/metosin/reitit.git
synced 2026-02-05 03:43:12 +00:00
Update swagger test expectations for latest malli changes
This commit is contained in:
parent
f237b0942e
commit
182524baac
1 changed files with 3 additions and 0 deletions
|
|
@ -138,6 +138,7 @@
|
||||||
expected {:x-id #{::math}
|
expected {:x-id #{::math}
|
||||||
:swagger "2.0"
|
:swagger "2.0"
|
||||||
:info {:title "my-api"}
|
:info {:title "my-api"}
|
||||||
|
:definitions {}
|
||||||
:paths {"/api/spec/plus/{z}" {:patch {:parameters []
|
:paths {"/api/spec/plus/{z}" {:patch {:parameters []
|
||||||
:summary "patch"
|
:summary "patch"
|
||||||
:operationId "Patch"
|
:operationId "Patch"
|
||||||
|
|
@ -223,6 +224,7 @@
|
||||||
400 {:schema {:type "string"}
|
400 {:schema {:type "string"}
|
||||||
:description "kosh"}
|
:description "kosh"}
|
||||||
500 {:description "fail"}}
|
500 {:description "fail"}}
|
||||||
|
:definitions nil
|
||||||
:summary "plus"}
|
:summary "plus"}
|
||||||
:post {:parameters [{:in "body",
|
:post {:parameters [{:in "body",
|
||||||
:name "body",
|
:name "body",
|
||||||
|
|
@ -247,6 +249,7 @@
|
||||||
400 {:schema {:type "string"}
|
400 {:schema {:type "string"}
|
||||||
:description "kosh"}
|
:description "kosh"}
|
||||||
500 {:description "fail"}}
|
500 {:description "fail"}}
|
||||||
|
:definitions nil
|
||||||
:summary "plus with body"}}
|
:summary "plus with body"}}
|
||||||
"/api/schema/plus/{z}" {:get {:parameters [{:description ""
|
"/api/schema/plus/{z}" {:get {:parameters [{:description ""
|
||||||
:format "int32"
|
:format "int32"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue