We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58faf59 commit a26209aCopy full SHA for a26209a
test/test-io.hs
@@ -143,7 +143,7 @@ requestTest = describe "Request:" $ do
143
-- Getting a TlsException shows that we have successfully upgraded
144
-- from HTTP to HTTPS. Its not possible to ignore this failure
145
-- because its made by the http-conduit inside the proxy.
146
- BS.take 13 (resultBS result) `shouldBe` "HttpException"
+ BS.takeWhile (/= ' ') (resultBS result) `shouldBe` "TlsExceptionHostPort"
147
it "Can provide a proxy Response." $
148
withTestProxy proxySettingsProxyResponse $ \ testProxyPort -> do
149
req <- addTestProxy testProxyPort <$> mkGetRequest Http "/whatever"
0 commit comments