> @@ -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"

We can change the default content-type independent of this change but this will 
require someone like @shrinandj to run against all the providers.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/383/files#r13116013

Reply via email to