feat: add Content-Length response header
This commit is contained in:
committed by
Steve Chavez
parent
98fcbedca5
commit
57ef9988a5
@@ -25,7 +25,8 @@ spec = describe "OpenAPI Ignore Privileges" $ do
|
||||
`shouldRespondWith`
|
||||
""
|
||||
{ matchStatus = 200
|
||||
, matchHeaders = [ "Content-Type" <:> "application/openapi+json; charset=utf-8" ]
|
||||
, matchHeaders = [ "Content-Type" <:> "application/openapi+json; charset=utf-8"
|
||||
, matchHeaderAbsent hContentLength]
|
||||
}
|
||||
|
||||
describe "table" $ do
|
||||
|
||||
Reference in New Issue
Block a user