> @@ -123,7 +123,7 @@ > (is (= "http://localhost/container/path" (str (.getEndpoint request)))) > (is (= "PUT" (.getMethod request))) > (is (= "10" (first (.get (.getHeaders request) "Content-Length")))) > - (is (nil? > + (is (= "application/unknown"
If I have to spend more time writing Clojure I will scream; we have gone through several iterations of this over a year and this is the best we can do. Reverting this change yields: ``` expected: (nil? (first (.get (.getHeaders request) "Content-Type"))) actual: (not (nil? "application/unknown")) ``` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/383/files#r13115933
