gnarroway / hato

An HTTP client for Clojure, wrapping JDK 11's HttpClient
MIT License
380 stars 27 forks source link

Remove failing test assertion #64

Closed dancek closed 5 months ago

dancek commented 1 year ago

This causes the test to fail right now, with the error:

FAIL in (test-multipart) (middleware_test.clj:370)
with multipart option
expected: (instance? InputStream (:body r))
  actual: jdk.internal.net.http.RequestPublishers$PublisherAdapter

I don't think doing an instance? check is reasonable any more.