Reword error message for BinaryFieldError (#1372)

This commit is contained in:
Dan Amoroso
2019-08-08 14:20:06 -05:00
committed by Steve Chávez
parent d5758523f3
commit c80c9ef726
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -950,7 +950,7 @@ spec actualPgVersion = do
it "fails if a single column is not selected" $ do
request methodGet "/images?select=img,name&name=eq.A.png" (acceptHdrs "application/octet-stream") ""
`shouldRespondWith`
[json| {"message":"application/octet-stream requested but a single column was not selected"} |]
[json| {"message":"application/octet-stream requested but more than one column was selected"} |]
{ matchStatus = 406
, matchHeaders = [matchContentTypeJson]
}