blaze icon indicating copy to clipboard operation
blaze copied to clipboard

Flaky test: submit request line with query

Open rossabaker opened this issue 4 years ago • 0 comments

I am surprised that this one isn't fixed by http4s/http4s#4353.

==> 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")

rossabaker avatar Feb 08 '21 18:02 rossabaker