Skip to content

Commit 5de270c

Browse files
committed
Don't disable coercion in tests
1 parent 05d6c15 commit 5de270c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/compojure/api/resource_test.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@
103103
:body-params
104104
:form-params
105105
:header-params
106-
:path-params])))}}
107-
{:coercion (constantly nil)})]
106+
:path-params])))}})]
108107

109108
(handler {:request-method :get
110109
:query-params {:q "q"}

0 commit comments

Comments
 (0)