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}
:swagger "2.0"
:info {:title "my-api"}
:definitions {}
:paths {"/api/spec/plus/{z}" {:patch {:parameters []
:summary "patch"
:operationId "Patch"
@ -223,6 +224,7 @@
400 {:schema {:type "string"}
:description "kosh"}
500 {:description "fail"}}
:definitions nil
:summary "plus"}
:post {:parameters [{:in "body",
:name "body",
@ -247,6 +249,7 @@
400 {:schema {:type "string"}
:description "kosh"}
500 {:description "fail"}}
:definitions nil
:summary "plus with body"}}
"/api/schema/plus/{z}" {:get {:parameters [{:description ""
:format "int32"