Remove support for {} embed and "in" op w/o parens
This commit is contained in:
committed by
Steve Chávez
parent
3a1213f53b
commit
79a7ce49f2
@@ -57,7 +57,7 @@ spec = do
|
||||
|
||||
context "requesting full representation" $ do
|
||||
it "includes related data after insert" $
|
||||
request methodPost "/projects?select=id,name,clients{id,name}"
|
||||
request methodPost "/projects?select=id,name,clients(id,name)"
|
||||
[("Prefer", "return=representation"), ("Prefer", "count=exact")]
|
||||
[str|{"id":6,"name":"New Project","client_id":2}|] `shouldRespondWith` [str|[{"id":6,"name":"New Project","clients":{"id":2,"name":"Apple"}}]|]
|
||||
{ matchStatus = 201
|
||||
|
||||
Reference in New Issue
Block a user