Fix test failures

Fix test failures introduced by previous commit by
changing definition of Client protocl back to
CloseableHttpAsyncClient.
This commit is contained in:
Preben Ingvaldsen 2014-07-17 14:35:32 -07:00
parent 1aa3b997d6
commit 24aa1da0c7

View file

@ -29,7 +29,8 @@
(def UrlOrString (schema/either schema/Str URL))
(def Client HTTPClient)
-;; TODO: replace this with a protocol
-(def Client CloseableHttpAsyncClient)
(def Headers
{schema/Str schema/Str})