Fix double-and typo
This commit is contained in:
committed by
Steve Chávez
parent
9847e60dca
commit
9645f1011c
@@ -498,7 +498,7 @@ spec actualPgVersion = do
|
|||||||
matchHeaders = ["Content-Range" <:> "*/*"]
|
matchHeaders = ["Content-Range" <:> "*/*"]
|
||||||
}
|
}
|
||||||
|
|
||||||
it "makes no updates and and returns 200, when patching with an empty json object and return=rep" $
|
it "makes no updates and returns 200, when patching with an empty json object and return=rep" $
|
||||||
request methodPatch "/items" [("Prefer", "return=representation")] [json| {} |]
|
request methodPatch "/items" [("Prefer", "return=representation")] [json| {} |]
|
||||||
`shouldRespondWith` "[]"
|
`shouldRespondWith` "[]"
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user