Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
drake.aren committed Oct 8, 2020
1 parent 72d21e3 commit bff9521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ring/middleware/test/json.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
:body (string-input-stream "{\"foo\": \"bar\"}")}
response (handler request)]
(is (= {"foo" "bar"} (:body response)))))

(testing "custom json body"
(let [request {:headers {"content-type" "application/vnd.foobar+json; charset=UTF-8"}
:body (string-input-stream "{\"foo\": \"bar\"}")}
Expand Down

0 comments on commit bff9521

Please sign in to comment.