perf: RelationshipsMap with foreign schema as key

This commit is contained in:
steve-chavez
2022-05-09 21:31:19 -05:00
committed by Steve Chavez
parent d88b16e5ab
commit c60380b5fc
5 changed files with 49 additions and 41 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ spec =
it "accepts application/json" $
request methodGet "/"
[("Accept", "application/json")] "" `shouldRespondWith`
[json| {
"qiSchema":"test","qiName":"bars"
} |]
[json|
[{"qiSchema":"test","qiName":"authors_w_entities"},"test"]
|]
{ matchHeaders = [matchContentTypeJson] }