Update swagger test expectations for latest malli changes

This commit is contained in:
Wes Morgan 2023-04-17 11:35:28 -06:00
parent f237b0942e
commit 182524baac
No known key found for this signature in database
GPG key ID: 5639E4CBFA17DC84

View file

@ -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"