Fix charset=utf-8 appending to binary output

This commit is contained in:
steve-chavez
2020-10-29 18:53:24 -05:00
committed by Steve Chavez
parent a6696f3ba1
commit 2798ced9b9
6 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ spec = describe "When raw-media-types is set to \"text/html\"" $
|</html>
|]
{ matchStatus = 200
, matchHeaders = ["Content-Type" <:> "text/html; charset=utf-8"]
, matchHeaders = ["Content-Type" <:> "text/html"]
}