Fix charset=utf-8 appending to binary output
This commit is contained in:
committed by
Steve Chavez
parent
a6696f3ba1
commit
2798ced9b9
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user