Use comma rather than semicolon to split header values (#698)

This commit is contained in:
Joe Nelson
2016-08-21 15:26:00 -07:00
committed by GitHub
parent 6f737056a2
commit 7278507c42
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ spec = do
}
it "can combine multiple prefer values" $
request methodGet "/items?id=eq.5" [("Prefer","plurality=singular ; future=new; count=none")] ""
request methodGet "/items?id=eq.5" [("Prefer","plurality=singular , future=new, count=none")] ""
`shouldRespondWith` ResponseMatcher {
matchBody = Just [json| {"id":5} |]
, matchStatus = 200