Skip to content

Commit 332cc19

Browse files
Update with latest changes from template
1 parent 70fefae commit 332cc19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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"]
@@ -19,7 +19,7 @@
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]]

test/exploded/test_common.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
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))

0 commit comments

Comments
 (0)