feat: add Content-Length response header
This commit is contained in:
committed by
Steve Chavez
parent
98fcbedca5
commit
57ef9988a5
@@ -40,7 +40,8 @@ spec =
|
||||
}
|
||||
|]
|
||||
{ matchStatus = 300
|
||||
, matchHeaders = [matchContentTypeJson]
|
||||
, matchHeaders = [ matchContentTypeJson
|
||||
, "Content-Length" <:> "828" ]
|
||||
}
|
||||
|
||||
it "errs on an ambiguous embed that has a circular reference" $
|
||||
|
||||
Reference in New Issue
Block a user