test: actually assert something in openapi-malli-tests

(is (= x) y) strikes again
This commit is contained in:
Joel Kaasinen 2024-04-19 11:46:02 +03:00
parent 337d94823a
commit ce52b26329

View file

@ -901,9 +901,9 @@
:additionalProperties false}, :additionalProperties false},
:examples {"2" {:total 2}, "3" {:total 3}}, :examples {"2" {:total 2}, "3" {:total 3}},
:example {:total 4}}}}}, :example {:total 4}}}}},
:summary "plus with body"}}}) :summary "plus with body"}}}
(-> {:request-method :get (-> {:request-method :get
:uri "/openapi.json"} :uri "/openapi.json"}
(app) (app)
:body :body
:paths)))) :paths)))))