hato
hato copied to clipboard
Remove failing test assertion
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.