File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 [compojure " 1.2.0" ]
99 [environ " 1.0.0" ]
1010 [mixradio/graphite-filter " 1.0.0" ]
11- [mixradio/instrumented-ring-jetty-adapter " 1.0.2 " ]
11+ [mixradio/instrumented-ring-jetty-adapter " 1.0.4 " ]
1212 [mixradio/radix " 1.0.5" ]
1313 [net.logstash.logback/logstash-logback-encoder " 3.2" ]
1414 [org.clojure/clojure " 1.6.0" ]
1919 log4j
2020 org.clojure/clojure]
2121
22- :profiles {:dev {:dependencies [[com.github.rest-driver/rest-client-driver " 1.1.36 "
22+ :profiles {:dev {:dependencies [[com.github.rest-driver/rest-client-driver " 1.1.41 "
2323 :exclusions [org.slf4j/slf4j-nop
2424 javax.servlet/servlet-api
2525 org.eclipse.jetty.orbit/javax.servlet]]
Original file line number Diff line number Diff line change 1111
1212 Fails pre-condition if content type is not application/json."
1313 [resp]
14- {:pre [(re-matches #"application/(.+)?json.+ " (get-in resp [:headers " content-type" ]))]}
14+ {:pre [(re-matches #"application/(.+\+ )?json.* " (get-in resp [:headers " content-type" ]))]}
1515 (json/parse-string (:body resp) true ))
You can’t perform that action at this time.
0 commit comments