Closed dancek closed 5 months 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.
instance?
This causes the test to fail right now, with the error:
I don't think doing an
instance?
check is reasonable any more.