We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbc2a2 commit d4af1b0Copy full SHA for d4af1b0
2 files changed
project.clj
@@ -13,7 +13,7 @@
13
[org.tobereplaced/lettercase "1.0.0"]
14
[frankiesardo/linked "1.2.6"]
15
[metosin/ring-http-response "0.6.5"]
16
- [metosin/ring-swagger "0.22.0"]
+ [metosin/ring-swagger "0.22.1-SNAPSHOT"]
17
[metosin/schema-tools "0.7.0"]
18
[ring-middleware-format "0.7.0"]
19
[backtick "0.3.3"]
test/compojure/api/integration_test.clj
@@ -1208,5 +1208,5 @@
1208
:return Foo
1209
(ok {:a "foo"}))))
1210
1211
-(fact "defapi & api define same results with supported schema types #159"
+(fact "defapi & api define same results, #159"
1212
(get-spec with-defapi) => (get-spec (with-api)))
0 commit comments