more tests

This commit is contained in:
Tommi Reiman 2018-06-24 19:28:50 +03:00
parent 3af1bd2083
commit 1bab89b1a0

View file

@ -89,7 +89,9 @@
:form {:c string?}
:header {:d string?}
:path {:e string?}}
:responses {200 {:body {:total pos-int?}}}
:responses {200 {:body {:total pos-int?}}
400 {:description "fail"}
500 {}}
:handler identity}}]]
{:data {:middleware [rrc/coerce-exceptions-middleware
rrc/coerce-request-middleware