mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
test: actually assert something in openapi-malli-tests
(is (= x) y) strikes again
This commit is contained in:
parent
337d94823a
commit
ce52b26329
1 changed files with 6 additions and 6 deletions
|
|
@ -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)))))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue