You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==> X org.http4s.client.blaze.Http1ClientStageSuite.Submit a request line with a query 0.032s munit.FailException: /home/runner/work/http4s/http4s/blaze-client/src/test/scala/org/http4s/client/blaze/Http1ClientStageSuite.scala:146 assertion failed
145: val statusLine = request.split("\r\n").apply(0)
146: assert(statusLine == "GET " + uri + " HTTP/1.1")
147: assert(response == "done")
The text was updated successfully, but these errors were encountered:
I am surprised that this one isn't fixed by http4s/http4s#4353.
The text was updated successfully, but these errors were encountered: